Html Css Color HEX #11705E Deep Sea

📋 copy color: '#11705E'

red 17 ◦ green 112 ◦ blue 94

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

Shades of Deep Sea #11705E

Tints of Deep Sea #11705E

RGB

 RED value IS 17 (7.03% from 255) = 7.62%

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

 BLUE value IS 94 (37.11% from 255) = 42.15%

R = 7.62%
G = 50.22%
B = 42.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#11705E (or 0x11705E) is known color: Deep Sea. HEX triplet: 11, 70 and 5E. RGB value is (17,112,94). Sum of RGB (Red+Green+Blue) = 17+112+94=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #11705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11705E is #EE8FA1. Grayscale: #515151. Windows color (decimal): -15634338 or 6189073. OLE color: 6189073.

HSL color Cylindrical-coordinate representation of color #11705E: hue angle of 168.63º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11705E is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 94 -
CMYK 0.85 0 0.16 0.56
HSL 168.63º 0.74% 0.25% -
HSV(B) 168.63º 0.85% 0.44% -
XYZ 8.05 12.52 12.58 -
YUV 81.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 17 112 94 0.85 0 0.16 0.56 168.63 0.74 0.25
Hex 11 70 5E 55 0 10 38 A9 4A 19
Octal 21 160 136 125 0 20 70 251 112 31
Binary 10001 1110000 1011110 1010101 0 10000 111000 10101001 1001010 11001

Color Harmonies of #11705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11705E

Black with #11705E

Text Example


Text Example

White with #11705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11705E; }

 p { color: rgb(17,112,94); }

 H1.HeaderClassName
 {
   color: #11705E;
 }
 .AnyTagClassName
 {
   color: #11705E;
 }
</style>

background-color css

<style>
 a { background-color: #11705E; }

 a { background-color: rgb(17,112,94); }

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

border-color css

<style>
 span { border-color: #11705E; }

 span { border-color: rgb(17,112,94); }

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