Html Css Color HEX #11756A Deep Sea

📋 copy color: '#11756A'

red 17 ◦ green 117 ◦ blue 106

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

Shades of Deep Sea #11756A

Tints of Deep Sea #11756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.17%

R = 7.08%
G = 48.75%
B = 44.17%

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

#11756A (or 0x11756A) is known color: Deep Sea. HEX triplet: 11, 75 and 6A. RGB value is (17,117,106). Sum of RGB (Red+Green+Blue) = 17+117+106=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #11756A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11756A is #EE8A95. Grayscale: #555555. Windows color (decimal): -15633046 or 6976785. OLE color: 6976785.

HSL color Cylindrical-coordinate representation of color #11756A: hue angle of 173.4º 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 #11756A is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 117 106 -
CMYK 0.85 0 0.09 0.54
HSL 173.4º 0.75% 0.26% -
HSV(B) 173.4º 0.85% 0.46% -
XYZ 9.19 13.88 15.83 -
YUV 85.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 17 117 106 0.85 0 0.09 0.54 173.4 0.75 0.26
Hex 11 75 6A 55 0 9 36 AD 4B 1A
Octal 21 165 152 125 0 11 66 255 113 32
Binary 10001 1110101 1101010 1010101 0 1001 110110 10101101 1001011 11010

Color Harmonies of #11756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11756A

Black with #11756A

Text Example


Text Example

White with #11756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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