Html Css Color HEX #19725B Deep Sea

📋 copy color: '#19725B'

red 25 ◦ green 114 ◦ blue 91

#19725B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #19725B

Tints of Deep Sea #19725B

RGB

 RED value IS 25 (10.16% from 255) = 10.87%

 GREEN value IS 114 (44.92% from 255) = 49.57%

 BLUE value IS 91 (35.94% from 255) = 39.57%

R = 10.87%
G = 49.57%
B = 39.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#19725B (or 0x19725B) is known color: Deep Sea. HEX triplet: 19, 72 and 5B. RGB value is (25,114,91). Sum of RGB (Red+Green+Blue) = 25+114+91=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #19725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19725B is #E68DA4. Grayscale: #545454. Windows color (decimal): -15109541 or 5992985. OLE color: 5992985.

HSL color Cylindrical-coordinate representation of color #19725B: hue angle of 164.49º 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 #19725B is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 114 91 -
CMYK 0.78 0 0.20 0.55
HSL 164.49º 0.64% 0.27% -
HSV(B) 164.49º 0.78% 0.45% -
XYZ 8.31 13 11.97 -
YUV 84.77 131.51 85.37 -
System Red Green Blue C M Y K H S L
Decimal 25 114 91 0.78 0 0.20 0.55 164.49 0.64 0.27
Hex 19 72 5B 4E 0 14 37 A4 40 1B
Octal 31 162 133 116 0 24 67 244 100 33
Binary 11001 1110010 1011011 1001110 0 10100 110111 10100100 1000000 11011

Color Harmonies of #19725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19725B

Black with #19725B

Text Example


Text Example

White with #19725B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19725B;
 }
 .AnyTagClassName
 {
   color: #19725B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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