#19756D

Color #19756D Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #19756D

Tints of Deep Sea #19756D

Color information

#19756D (or 0x19756D) is unknown color: approx Deep Sea. HEX triplet: 19, 75 and 6D. RGB value is (25,117,109). Sum of RGB (Red+Green+Blue) = 25+117+109=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #19756D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19756D is #E68A92. Grayscale: #585858. Windows color (decimal): -15108755 or 7173401. OLE color: 7173401.

HSL color Cylindrical-coordinate representation of color #19756D: hue angle of 174.78º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19756D is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB25117109-
CMYK0.7900.070.54
HSL174.78º64.79%27.84%-
HSV(B)174.78º78.63%45.88%-
XYZ9.5214.0316.67-
YUV88.58139.5282.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 117 (46.09% from 255) = 46.61%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=9.96%
G=46.61%
B=43.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251171090.7900.070.54174.7864.7927.84
Hex19756D4F0736af411c
Octal31165155117076625710134
Binary11001111010111011011001111011111011010101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19756D; }

 p { color: rgb(25,117,109); }

 H1.HeaderClassName
 {
   color: #19756D;
 }
 .AnyTagClassName
 {
   color: #19756D;
 }
</style>
background-color css

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

 a { background-color: rgb(25,117,109); }

 div.DivClassName
 {
   background-color: #19756D;
 }
 .BgClassName
 {
   background-color: #19756D;
 }
</style>
border-color css

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

 span { border-color: rgb(25,117,109); }

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