Html Css Color HEX #11755E Deep Sea

📋 copy color: '#11755E'

red 17 ◦ green 117 ◦ blue 94

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

Shades of Deep Sea #11755E

Tints of Deep Sea #11755E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.23%

R = 7.46%
G = 51.32%
B = 41.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#11755E (or 0x11755E) is known color: Deep Sea. HEX triplet: 11, 75 and 5E. RGB value is (17,117,94). Sum of RGB (Red+Green+Blue) = 17+117+94=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #11755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11755E is #EE8AA1. Grayscale: #545454. Windows color (decimal): -15633058 or 6190353. OLE color: 6190353.

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

Color convert

RGB 17 117 94 -
CMYK 0.85 0 0.20 0.54
HSL 166.2º 0.75% 0.26% -
HSV(B) 166.2º 0.85% 0.46% -
XYZ 8.61 13.65 12.77 -
YUV 84.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 17 117 94 0.85 0 0.20 0.54 166.2 0.75 0.26
Hex 11 75 5E 55 0 14 36 A6 4B 1A
Octal 21 165 136 125 0 24 66 246 113 32
Binary 10001 1110101 1011110 1010101 0 10100 110110 10100110 1001011 11010

Color Harmonies of #11755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11755E

Black with #11755E

Text Example


Text Example

White with #11755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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