Html Css Color HEX #11705D Deep Sea

📋 copy color: '#11705D'

red 17 ◦ green 112 ◦ blue 93

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

Shades of Deep Sea #11705D

Tints of Deep Sea #11705D

RGB

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

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

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

R = 7.66%
G = 50.45%
B = 41.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#11705D (or 0x11705D) is known color: Deep Sea. HEX triplet: 11, 70 and 5D. RGB value is (17,112,93). Sum of RGB (Red+Green+Blue) = 17+112+93=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #11705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11705D is #EE8FA2. Grayscale: #515151. Windows color (decimal): -15634339 or 6123537. OLE color: 6123537.

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

Color convert

RGB 17 112 93 -
CMYK 0.85 0 0.17 0.56
HSL 168º 0.74% 0.25% -
HSV(B) 168º 0.85% 0.44% -
XYZ 8 12.5 12.35 -
YUV 81.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 17 112 93 0.85 0 0.17 0.56 168 0.74 0.25
Hex 11 70 5D 55 0 11 38 A8 4A 19
Octal 21 160 135 125 0 21 70 250 112 31
Binary 10001 1110000 1011101 1010101 0 10001 111000 10101000 1001010 11001

Color Harmonies of #11705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11705D

Black with #11705D

Text Example


Text Example

White with #11705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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