Html Css Color HEX #19715B Deep Sea

📋 copy color: '#19715B'

red 25 ◦ green 113 ◦ blue 91

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

Shades of Deep Sea #19715B

Tints of Deep Sea #19715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.34%

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

R = 10.92%
G = 49.34%
B = 39.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#19715B (or 0x19715B) is known color: Deep Sea. HEX triplet: 19, 71 and 5B. RGB value is (25,113,91). Sum of RGB (Red+Green+Blue) = 25+113+91=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #19715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19715B is #E68EA4. Grayscale: #545454. Windows color (decimal): -15109797 or 5992729. OLE color: 5992729.

HSL color Cylindrical-coordinate representation of color #19715B: hue angle of 165º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19715B is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 113 91 -
CMYK 0.78 0 0.19 0.56
HSL 165º 0.64% 0.27% -
HSV(B) 165º 0.78% 0.44% -
XYZ 8.19 12.77 11.93 -
YUV 84.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 25 113 91 0.78 0 0.19 0.56 165 0.64 0.27
Hex 19 71 5B 4E 0 13 38 A5 40 1B
Octal 31 161 133 116 0 23 70 245 100 33
Binary 11001 1110001 1011011 1001110 0 10011 111000 10100101 1000000 11011

Color Harmonies of #19715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19715B

Black with #19715B

Text Example


Text Example

White with #19715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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