Html Css Color HEX #11DC86 Caribbean Green

📋 copy color: '#11DC86'

red 17 ◦ green 220 ◦ blue 134

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

Shades of Caribbean Green #11DC86

Tints of Caribbean Green #11DC86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 4.58%
G = 59.3%
B = 36.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#11DC86 (or 0x11DC86) is known color: Caribbean Green. HEX triplet: 11, DC and 86. RGB value is (17,220,134). Sum of RGB (Red+Green+Blue) = 17+220+134=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DC86 is #EE2379. Grayscale: #959595. Windows color (decimal): -15606650 or 8838161. OLE color: 8838161.

HSL color Cylindrical-coordinate representation of color #11DC86: hue angle of 154.58º 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 #11DC86 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 220 134 -
CMYK 0.92 0 0.39 0.14
HSL 154.58º 0.86% 0.46% -
HSV(B) 154.58º 0.92% 0.86% -
XYZ 30.13 53.03 31.2 -
YUV 149.5 119.25 33.49 -
System Red Green Blue C M Y K H S L
Decimal 17 220 134 0.92 0 0.39 0.14 154.58 0.86 0.46
Hex 11 DC 86 5C 0 27 E 9B 56 2E
Octal 21 334 206 134 0 47 16 233 126 56
Binary 10001 11011100 10000110 1011100 0 100111 1110 10011011 1010110 101110

Color Harmonies of #11DC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DC86

Black with #11DC86

Text Example


Text Example

White with #11DC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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