#16D1AB

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

Shades of Caribbean Green #16D1AB

Tints of Caribbean Green #16D1AB

Color information

#16D1AB (or 0x16D1AB) is unknown color: approx Caribbean Green. HEX triplet: 16, D1 and AB. RGB value is (22,209,171). Sum of RGB (Red+Green+Blue) = 22+209+171=402 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.47% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #16D1AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D1AB is #E92E54. Grayscale: #949494. Windows color (decimal): -15281749 or 11260182. OLE color: 11260182.

HSL color Cylindrical-coordinate representation of color #16D1AB: hue angle of 167.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D1AB is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB22209171-
CMYK0.8900.180.18
HSL167.81º80.95%45.29%-
HSV(B)167.81º89.47%81.96%-
XYZ30.4848.7146.32-
YUV148.76140.5537.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.47%
GREEN value IS 209 (82.03% from 255) = 51.99%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=5.47%
G=51.99%
B=42.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal222091710.8900.180.18167.8180.9545.29
Hex16D1AB5901212a8512d
Octal263212531310222225012155
Binary101101101000110101011101100101001010010101010001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,209,171); }

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

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

 a { background-color: rgb(22,209,171); }

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

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

 span { border-color: rgb(22,209,171); }

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