#19816F

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

Shades of Deep Sea #19816F

Tints of Deep Sea #19816F

Color information

#19816F (or 0x19816F) is unknown color: approx Deep Sea. HEX triplet: 19, 81 and 6F. RGB value is (25,129,111). Sum of RGB (Red+Green+Blue) = 25+129+111=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #19816F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19816F is #E67E90. Grayscale: #5F5F5F. Windows color (decimal): -15105681 or 7307545. OLE color: 7307545.

HSL color Cylindrical-coordinate representation of color #19816F: hue angle of 169.62º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19816F is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB25129111-
CMYK0.8100.140.49
HSL169.62º67.53%30.2%-
HSV(B)169.62º80.62%50.59%-
XYZ11.1217.0517.74-
YUV95.85136.5477.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.43%
GREEN value IS 129 (50.78% from 255) = 48.68%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=9.43%
G=48.68%
B=41.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal251291110.8100.140.49169.6267.5330.2
Hex19816F510E31aa441e
Octal312011571210166125210436
Binary1100110000001110111110100010111011000110101010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19816F; }

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

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

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

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

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

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

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

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