Html Css Color HEX #19715C Deep Sea

📋 copy color: '#19715C'

red 25 ◦ green 113 ◦ blue 92

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

Shades of Deep Sea #19715C

Tints of Deep Sea #19715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40%

R = 10.87%
G = 49.13%
B = 40%

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

#19715C (or 0x19715C) is known color: Deep Sea. HEX triplet: 19, 71 and 5C. RGB value is (25,113,92). Sum of RGB (Red+Green+Blue) = 25+113+92=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #19715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19715C is #E68EA3. Grayscale: #545454. Windows color (decimal): -15109796 or 6058265. OLE color: 6058265.

HSL color Cylindrical-coordinate representation of color #19715C: hue angle of 165.68º 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 #19715C is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 113 92 -
CMYK 0.78 0 0.19 0.56
HSL 165.68º 0.64% 0.27% -
HSV(B) 165.68º 0.78% 0.44% -
XYZ 8.24 12.79 12.16 -
YUV 84.29 132.35 85.71 -
System Red Green Blue C M Y K H S L
Decimal 25 113 92 0.78 0 0.19 0.56 165.68 0.64 0.27
Hex 19 71 5C 4E 0 13 38 A6 40 1B
Octal 31 161 134 116 0 23 70 246 100 33
Binary 11001 1110001 1011100 1001110 0 10011 111000 10100110 1000000 11011

Color Harmonies of #19715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19715C

Black with #19715C

Text Example


Text Example

White with #19715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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