#19816E

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

Shades of Deep Sea #19816E

Tints of Deep Sea #19816E

Color information

#19816E (or 0x19816E) is unknown color: approx Deep Sea. HEX triplet: 19, 81 and 6E. RGB value is (25,129,110). Sum of RGB (Red+Green+Blue) = 25+129+110=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #19816E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19816E is #E67E91. Grayscale: #5F5F5F. Windows color (decimal): -15105682 or 7242009. OLE color: 7242009.

HSL color Cylindrical-coordinate representation of color #19816E: hue angle of 169.04º 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 #19816E is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB25129110-
CMYK0.8100.150.49
HSL169.04º67.53%30.2%-
HSV(B)169.04º80.62%50.59%-
XYZ11.0717.0317.46-
YUV95.74136.0477.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.47%
GREEN value IS 129 (50.78% from 255) = 48.86%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=9.47%
G=48.86%
B=41.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal251291100.8100.150.49169.0467.5330.2
Hex19816E510F31a9441e
Octal312011561210176125110436
Binary1100110000001110111010100010111111000110101001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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