#19725A

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

Shades of Deep Sea #19725A

Tints of Deep Sea #19725A

Color information

#19725A (or 0x19725A) is unknown color: approx Deep Sea. HEX triplet: 19, 72 and 5A. RGB value is (25,114,90). Sum of RGB (Red+Green+Blue) = 25+114+90=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #19725A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19725A is #E68DA5. Grayscale: #545454. Windows color (decimal): -15109542 or 5927449. OLE color: 5927449.

HSL color Cylindrical-coordinate representation of color #19725A: hue angle of 163.82º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19725A is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB2511490-
CMYK0.7800.210.55
HSL163.82º64.03%27.25%-
HSV(B)163.82º78.07%44.71%-
XYZ8.2612.9811.74-
YUV84.65131.0185.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=10.92%
G=49.78%
B=39.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25114900.7800.210.55163.8264.0327.25
Hex19725A4E01537a4401b
Octal311621321160256724410033
Binary1100111100101011010100111001010111011110100100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,114,90); }

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

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

 a { background-color: rgb(25,114,90); }

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

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

 span { border-color: rgb(25,114,90); }

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