#11DC80

Color #11DC80 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #11DC80

Tints of Caribbean Green #11DC80

Color information

#11DC80 (or 0x11DC80) is unknown color: approx Caribbean Green. HEX triplet: 11, DC and 80. RGB value is (17,220,128). Sum of RGB (Red+Green+Blue) = 17+220+128=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DC80 is #EE237F. Grayscale: #949494. Windows color (decimal): -15606656 or 8444945. OLE color: 8444945.

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

Color convert

RGB17220128-
CMYK0.9200.420.14
HSL152.81º85.65%46.47%-
HSV(B)152.81º92.27%86.27%-
XYZ29.7252.8629.06-
YUV148.82116.2533.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.66%
GREEN value IS 220 (86.33% from 255) = 60.27%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=4.66%
G=60.27%
B=35.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal172201280.9200.420.14152.8185.6546.47
Hex11DC805C02AE99562e
Octal213342001340521623112656
Binary100011101110010000000101110001010101110100110011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11DC80;
 }
 .AnyTagClassName
 {
   color: #11DC80;
 }
</style>
background-color css

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

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

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

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

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

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