Html Css Color HEX #11DC9E Caribbean Green

📋 copy color: '#11DC9E'

red 17 ◦ green 220 ◦ blue 158

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

Shades of Caribbean Green #11DC9E

Tints of Caribbean Green #11DC9E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.7%

 BLUE value IS 158 (62.11% from 255) = 40%

R = 4.3%
G = 55.7%
B = 40%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#11DC9E (or 0x11DC9E) is known color: Caribbean Green. HEX triplet: 11, DC and 9E. RGB value is (17,220,158). Sum of RGB (Red+Green+Blue) = 17+220+158=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DC9E is #EE2361. Grayscale: #989898. Windows color (decimal): -15606626 or 10411025. OLE color: 10411025.

HSL color Cylindrical-coordinate representation of color #11DC9E: hue angle of 161.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DC9E is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 220 158 -
CMYK 0.92 0 0.28 0.14
HSL 161.67º 0.86% 0.46% -
HSV(B) 161.67º 0.92% 0.86% -
XYZ 32 53.77 41.04 -
YUV 152.24 131.25 31.54 -
System Red Green Blue C M Y K H S L
Decimal 17 220 158 0.92 0 0.28 0.14 161.67 0.86 0.46
Hex 11 DC 9E 5C 0 1C E A2 56 2E
Octal 21 334 236 134 0 34 16 242 126 56
Binary 10001 11011100 10011110 1011100 0 11100 1110 10100010 1010110 101110

Color Harmonies of #11DC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DC9E

Black with #11DC9E

Text Example


Text Example

White with #11DC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11DC9E; }

 p { color: rgb(17,220,158); }

 H1.HeaderClassName
 {
   color: #11DC9E;
 }
 .AnyTagClassName
 {
   color: #11DC9E;
 }
</style>

background-color css

<style>
 a { background-color: #11DC9E; }

 a { background-color: rgb(17,220,158); }

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

border-color css

<style>
 span { border-color: #11DC9E; }

 span { border-color: rgb(17,220,158); }

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