Html Css Color HEX #11715B Deep Sea

📋 copy color: '#11715B'

red 17 ◦ green 113 ◦ blue 91

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

Shades of Deep Sea #11715B

Tints of Deep Sea #11715B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.18%

R = 7.69%
G = 51.13%
B = 41.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#11715B (or 0x11715B) is known color: Deep Sea. HEX triplet: 11, 71 and 5B. RGB value is (17,113,91). Sum of RGB (Red+Green+Blue) = 17+113+91=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #11715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11715B is #EE8EA4. Grayscale: #515151. Windows color (decimal): -15634085 or 5992721. OLE color: 5992721.

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

Color convert

RGB 17 113 91 -
CMYK 0.85 0 0.19 0.56
HSL 166.25º 0.74% 0.25% -
HSV(B) 166.25º 0.85% 0.44% -
XYZ 8.02 12.68 11.92 -
YUV 81.79 133.2 81.79 -
System Red Green Blue C M Y K H S L
Decimal 17 113 91 0.85 0 0.19 0.56 166.25 0.74 0.25
Hex 11 71 5B 55 0 13 38 A6 4A 19
Octal 21 161 133 125 0 23 70 246 112 31
Binary 10001 1110001 1011011 1010101 0 10011 111000 10100110 1001010 11001

Color Harmonies of #11715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11715B

Black with #11715B

Text Example


Text Example

White with #11715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11715B; }

 p { color: rgb(17,113,91); }

 H1.HeaderClassName
 {
   color: #11715B;
 }
 .AnyTagClassName
 {
   color: #11715B;
 }
</style>

background-color css

<style>
 a { background-color: #11715B; }

 a { background-color: rgb(17,113,91); }

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

border-color css

<style>
 span { border-color: #11715B; }

 span { border-color: rgb(17,113,91); }

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