Html Css Color HEX #11756B Deep Sea

📋 copy color: '#11756B'

red 17 ◦ green 117 ◦ blue 107

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

Shades of Deep Sea #11756B

Tints of Deep Sea #11756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.55%

 BLUE value IS 107 (42.19% from 255) = 44.4%

R = 7.05%
G = 48.55%
B = 44.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#11756B (or 0x11756B) is known color: Deep Sea. HEX triplet: 11, 75 and 6B. RGB value is (17,117,107). Sum of RGB (Red+Green+Blue) = 17+117+107=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #11756B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11756B is #EE8A94. Grayscale: #555555. Windows color (decimal): -15633045 or 7042321. OLE color: 7042321.

HSL color Cylindrical-coordinate representation of color #11756B: hue angle of 174º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11756B is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 117 107 -
CMYK 0.85 0 0.09 0.54
HSL 174º 0.75% 0.26% -
HSV(B) 174º 0.85% 0.46% -
XYZ 9.25 13.9 16.11 -
YUV 85.96 139.87 78.81 -
System Red Green Blue C M Y K H S L
Decimal 17 117 107 0.85 0 0.09 0.54 174 0.75 0.26
Hex 11 75 6B 55 0 9 36 AE 4B 1A
Octal 21 165 153 125 0 11 66 256 113 32
Binary 10001 1110101 1101011 1010101 0 1001 110110 10101110 1001011 11010

Color Harmonies of #11756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11756B

Black with #11756B

Text Example


Text Example

White with #11756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,117,107); }

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

background-color css

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

 a { background-color: rgb(17,117,107); }

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

border-color css

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

 span { border-color: rgb(17,117,107); }

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