#19845C

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

Shades of Deep Sea #19845C

Tints of Deep Sea #19845C

Color information

#19845C (or 0x19845C) is unknown color: approx Deep Sea. HEX triplet: 19, 84 and 5C. RGB value is (25,132,92). Sum of RGB (Red+Green+Blue) = 25+132+92=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #19845C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19845C is #E67BA3. Grayscale: #5F5F5F. Windows color (decimal): -15104932 or 6063129. OLE color: 6063129.

HSL color Cylindrical-coordinate representation of color #19845C: hue angle of 157.57º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19845C is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB2513292-
CMYK0.8100.300.48
HSL157.57º68.15%30.78%-
HSV(B)157.57º81.06%51.76%-
XYZ10.5817.4812.94-
YUV95.45126.0577.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.04%
GREEN value IS 132 (51.95% from 255) = 53.01%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=10.04%
G=53.01%
B=36.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25132920.8100.300.48157.5768.1530.78
Hex19845C5101E309e441f
Octal312041341210366023610437
Binary11001100001001011100101000101111011000010011110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19845C; }

 p { color: rgb(25,132,92); }

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

<style>
 a { background-color: #19845C; }

 a { background-color: rgb(25,132,92); }

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

<style>
 span { border-color: #19845C; }

 span { border-color: rgb(25,132,92); }

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