#16D9AA

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

Shades of Caribbean Green #16D9AA

Tints of Caribbean Green #16D9AA

Color information

#16D9AA (or 0x16D9AA) is unknown color: approx Caribbean Green. HEX triplet: 16, D9 and AA. RGB value is (22,217,170). Sum of RGB (Red+Green+Blue) = 22+217+170=409 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.38% from 409); Green value is 217 (85.16% from 255 or 53.06% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 217 - color contains mainly: green. Hex color #16D9AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D9AA is #E92655. Grayscale: #999999. Windows color (decimal): -15279702 or 11196694. OLE color: 11196694.

HSL color Cylindrical-coordinate representation of color #16D9AA: hue angle of 165.54º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D9AA is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB22217170-
CMYK0.9000.220.15
HSL165.54º81.59%46.86%-
HSV(B)165.54º89.86%85.1%-
XYZ32.452.746.49-
YUV153.34137.434.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.38%
GREEN value IS 217 (85.16% from 255) = 53.06%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=5.38%
G=53.06%
B=41.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal222171700.9000.220.15165.5481.5946.86
Hex16D9AA5A016Fa6522f
Octal263312521320261724612257
Binary10110110110011010101010110100101101111101001101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,217,170); }

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

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

 a { background-color: rgb(22,217,170); }

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

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

 span { border-color: rgb(22,217,170); }

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