Html Css Color HEX #19705F Deep Sea

📋 copy color: '#19705F'

red 25 ◦ green 112 ◦ blue 95

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

Shades of Deep Sea #19705F

Tints of Deep Sea #19705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.28%

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 10.78%
G = 48.28%
B = 40.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#19705F (or 0x19705F) is known color: Deep Sea. HEX triplet: 19, 70 and 5F. RGB value is (25,112,95). Sum of RGB (Red+Green+Blue) = 25+112+95=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #19705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19705F is #E68FA0. Grayscale: #545454. Windows color (decimal): -15110049 or 6254617. OLE color: 6254617.

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

Color convert

RGB 25 112 95 -
CMYK 0.78 0 0.15 0.56
HSL 168.28º 0.64% 0.27% -
HSV(B) 168.28º 0.78% 0.44% -
XYZ 8.26 12.62 12.83 -
YUV 84.05 134.18 85.88 -
System Red Green Blue C M Y K H S L
Decimal 25 112 95 0.78 0 0.15 0.56 168.28 0.64 0.27
Hex 19 70 5F 4E 0 F 38 A8 40 1B
Octal 31 160 137 116 0 17 70 250 100 33
Binary 11001 1110000 1011111 1001110 0 1111 111000 10101000 1000000 11011

Color Harmonies of #19705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19705F

Black with #19705F

Text Example


Text Example

White with #19705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19705F; }

 p { color: rgb(25,112,95); }

 H1.HeaderClassName
 {
   color: #19705F;
 }
 .AnyTagClassName
 {
   color: #19705F;
 }
</style>

background-color css

<style>
 a { background-color: #19705F; }

 a { background-color: rgb(25,112,95); }

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

border-color css

<style>
 span { border-color: #19705F; }

 span { border-color: rgb(25,112,95); }

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