#16DC80

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

Shades of Caribbean Green #16DC80

Tints of Caribbean Green #16DC80

Color information

#16DC80 (or 0x16DC80) is unknown color: approx Caribbean Green. HEX triplet: 16, DC and 80. RGB value is (22,220,128). Sum of RGB (Red+Green+Blue) = 22+220+128=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DC80 is #E9237F. Grayscale: #969696. Windows color (decimal): -15278976 or 8444950. OLE color: 8444950.

HSL color Cylindrical-coordinate representation of color #16DC80: hue angle of 152.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DC80 is Cyan = 0.9, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB22220128-
CMYK0.900.420.14
HSL152.12º81.82%47.45%-
HSV(B)152.12º90%86.27%-
XYZ29.8252.9229.06-
YUV150.31115.436.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.95%
GREEN value IS 220 (86.33% from 255) = 59.46%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=5.95%
G=59.46%
B=34.59%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal222201280.900.420.14152.1281.8247.45
Hex16DC805A02AE98522f
Octal263342001320521623012257
Binary101101101110010000000101101001010101110100110001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16DC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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