Html Css Color HEX #19715D Deep Sea

📋 copy color: '#19715D'

red 25 ◦ green 113 ◦ blue 93

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

Shades of Deep Sea #19715D

Tints of Deep Sea #19715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 10.82%
G = 48.92%
B = 40.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#19715D (or 0x19715D) is known color: Deep Sea. HEX triplet: 19, 71 and 5D. RGB value is (25,113,93). Sum of RGB (Red+Green+Blue) = 25+113+93=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #19715D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19715D is #E68EA2. Grayscale: #545454. Windows color (decimal): -15109795 or 6123801. OLE color: 6123801.

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

Color convert

RGB 25 113 93 -
CMYK 0.78 0 0.18 0.56
HSL 166.36º 0.64% 0.27% -
HSV(B) 166.36º 0.78% 0.44% -
XYZ 8.28 12.81 12.39 -
YUV 84.41 132.85 85.63 -
System Red Green Blue C M Y K H S L
Decimal 25 113 93 0.78 0 0.18 0.56 166.36 0.64 0.27
Hex 19 71 5D 4E 0 12 38 A6 40 1B
Octal 31 161 135 116 0 22 70 246 100 33
Binary 11001 1110001 1011101 1001110 0 10010 111000 10100110 1000000 11011

Color Harmonies of #19715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19715D

Black with #19715D

Text Example


Text Example

White with #19715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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