Html Css Color HEX #197462 Deep Sea

📋 copy color: '#197462'

red 25 ◦ green 116 ◦ blue 98

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

Shades of Deep Sea #197462

Tints of Deep Sea #197462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.54%

 BLUE value IS 98 (38.67% from 255) = 41%

R = 10.46%
G = 48.54%
B = 41%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#197462 (or 0x197462) is known color: Deep Sea. HEX triplet: 19, 74 and 62. RGB value is (25,116,98). Sum of RGB (Red+Green+Blue) = 25+116+98=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #197462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197462 is #E68B9D. Grayscale: #565656. Windows color (decimal): -15109022 or 6452249. OLE color: 6452249.

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

Color convert

RGB 25 116 98 -
CMYK 0.78 0 0.16 0.55
HSL 168.13º 0.65% 0.28% -
HSV(B) 168.13º 0.78% 0.45% -
XYZ 8.85 13.58 13.71 -
YUV 86.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 25 116 98 0.78 0 0.16 0.55 168.13 0.65 0.28
Hex 19 74 62 4E 0 10 37 A8 41 1C
Octal 31 164 142 116 0 20 67 250 101 34
Binary 11001 1110100 1100010 1001110 0 10000 110111 10101000 1000001 11100

Color Harmonies of #197462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197462

Black with #197462

Text Example


Text Example

White with #197462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197462; }

 p { color: rgb(25,116,98); }

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

background-color css

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

 a { background-color: rgb(25,116,98); }

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

border-color css

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

 span { border-color: rgb(25,116,98); }

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