#19806A

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

Shades of Deep Sea #19806A

Tints of Deep Sea #19806A

Color information

#19806A (or 0x19806A) is unknown color: approx Deep Sea. HEX triplet: 19, 80 and 6A. RGB value is (25,128,106). Sum of RGB (Red+Green+Blue) = 25+128+106=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #19806A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19806A is #E67F95. Grayscale: #5E5E5E. Windows color (decimal): -15105942 or 6979609. OLE color: 6979609.

HSL color Cylindrical-coordinate representation of color #19806A: hue angle of 167.18º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19806A is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB25128106-
CMYK0.8000.170.50
HSL167.18º67.32%30%-
HSV(B)167.18º80.47%50.2%-
XYZ10.7216.6916.29-
YUV94.7134.3878.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.65%
GREEN value IS 128 (50.39% from 255) = 49.42%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=9.65%
G=49.42%
B=40.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal251281060.8000.170.50167.1867.3230
Hex19806A5001132a7431e
Octal312001521200216224710336
Binary11001100000001101010101000001000111001010100111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19806A; }

 p { color: rgb(25,128,106); }

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

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

 a { background-color: rgb(25,128,106); }

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

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

 span { border-color: rgb(25,128,106); }

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