Html Css Color HEX #197358 Deep Sea

📋 copy color: '#197358'

red 25 ◦ green 115 ◦ blue 88

#197358
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #197358

Tints of Deep Sea #197358

RGB

 RED value IS 25 (10.16% from 255) = 10.96%

 GREEN value IS 115 (45.31% from 255) = 50.44%

 BLUE value IS 88 (34.77% from 255) = 38.6%

R = 10.96%
G = 50.44%
B = 38.6%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#197358 (or 0x197358) is known color: Deep Sea. HEX triplet: 19, 73 and 58. RGB value is (25,115,88). Sum of RGB (Red+Green+Blue) = 25+115+88=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #197358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197358 is #E68CA7. Grayscale: #555555. Windows color (decimal): -15109288 or 5796633. OLE color: 5796633.

HSL color Cylindrical-coordinate representation of color #197358: hue angle of 162º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197358 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 115 88 -
CMYK 0.78 0 0.23 0.55
HSL 162º 0.64% 0.27% -
HSV(B) 162º 0.78% 0.45% -
XYZ 8.29 13.17 11.34 -
YUV 85.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 25 115 88 0.78 0 0.23 0.55 162 0.64 0.27
Hex 19 73 58 4E 0 17 37 A2 40 1B
Octal 31 163 130 116 0 27 67 242 100 33
Binary 11001 1110011 1011000 1001110 0 10111 110111 10100010 1000000 11011

Color Harmonies of #197358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197358

Black with #197358

Text Example


Text Example

White with #197358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197358; }

 p { color: rgb(25,115,88); }

 H1.HeaderClassName
 {
   color: #197358;
 }
 .AnyTagClassName
 {
   color: #197358;
 }
</style>

background-color css

<style>
 a { background-color: #197358; }

 a { background-color: rgb(25,115,88); }

 div.DivClassName
 {
   background-color: #197358;
 }
 .BgClassName
 {
   background-color: #197358;
 }
</style>

border-color css

<style>
 span { border-color: #197358; }

 span { border-color: rgb(25,115,88); }

 td.TdClassName
 {
   border-color: #197358;
 }
 .TagClassName
 {
   border-color: #197358;
 }
</style>