Html Css Color HEX #196F5E Deep Sea

📋 copy color: '#196F5E'

red 25 ◦ green 111 ◦ blue 94

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

Shades of Deep Sea #196F5E

Tints of Deep Sea #196F5E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.26%

 BLUE value IS 94 (37.11% from 255) = 40.87%

R = 10.87%
G = 48.26%
B = 40.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#196F5E (or 0x196F5E) is known color: Deep Sea. HEX triplet: 19, 6F and 5E. RGB value is (25,111,94). Sum of RGB (Red+Green+Blue) = 25+111+94=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #196F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F5E is #E690A1. Grayscale: #535353. Windows color (decimal): -15110306 or 6188825. OLE color: 6188825.

HSL color Cylindrical-coordinate representation of color #196F5E: hue angle of 168.14º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196F5E is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 111 94 -
CMYK 0.77 0 0.15 0.56
HSL 168.14º 0.63% 0.27% -
HSV(B) 168.14º 0.77% 0.44% -
XYZ 8.11 12.38 12.55 -
YUV 83.35 134.01 86.38 -
System Red Green Blue C M Y K H S L
Decimal 25 111 94 0.77 0 0.15 0.56 168.14 0.63 0.27
Hex 19 6F 5E 4D 0 F 38 A8 3F 1B
Octal 31 157 136 115 0 17 70 250 77 33
Binary 11001 1101111 1011110 1001101 0 1111 111000 10101000 111111 11011

Color Harmonies of #196F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196F5E

Black with #196F5E

Text Example


Text Example

White with #196F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196F5E; }

 p { color: rgb(25,111,94); }

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

background-color css

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

 a { background-color: rgb(25,111,94); }

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

border-color css

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

 span { border-color: rgb(25,111,94); }

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