Html Css Color HEX #11755A Deep Sea

📋 copy color: '#11755A'

red 17 ◦ green 117 ◦ blue 90

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

Shades of Deep Sea #11755A

Tints of Deep Sea #11755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.18%

R = 7.59%
G = 52.23%
B = 40.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#11755A (or 0x11755A) is known color: Deep Sea. HEX triplet: 11, 75 and 5A. RGB value is (17,117,90). Sum of RGB (Red+Green+Blue) = 17+117+90=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #11755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11755A is #EE8AA5. Grayscale: #545454. Windows color (decimal): -15633062 or 5928209. OLE color: 5928209.

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

Color convert

RGB 17 117 90 -
CMYK 0.85 0 0.23 0.54
HSL 163.8º 0.75% 0.26% -
HSV(B) 163.8º 0.85% 0.46% -
XYZ 8.44 13.58 11.85 -
YUV 84.02 131.37 80.2 -
System Red Green Blue C M Y K H S L
Decimal 17 117 90 0.85 0 0.23 0.54 163.8 0.75 0.26
Hex 11 75 5A 55 0 17 36 A4 4B 1A
Octal 21 165 132 125 0 27 66 244 113 32
Binary 10001 1110101 1011010 1010101 0 10111 110110 10100100 1001011 11010

Color Harmonies of #11755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11755A

Black with #11755A

Text Example


Text Example

White with #11755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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