#16D5B1

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

Shades of Caribbean Green #16D5B1

Tints of Caribbean Green #16D5B1

Color information

#16D5B1 (or 0x16D5B1) is unknown color: approx Caribbean Green. HEX triplet: 16, D5 and B1. RGB value is (22,213,177). Sum of RGB (Red+Green+Blue) = 22+213+177=412 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.34% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #16D5B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D5B1 is #E92A4E. Grayscale: #979797. Windows color (decimal): -15280719 or 11654422. OLE color: 11654422.

HSL color Cylindrical-coordinate representation of color #16D5B1: hue angle of 168.69º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D5B1 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB22213177-
CMYK0.9000.170.16
HSL168.69º81.28%46.08%-
HSV(B)168.69º89.67%83.53%-
XYZ32.0650.9349.74-
YUV151.79142.2235.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.34%
GREEN value IS 213 (83.59% from 255) = 51.70%
BLUE value IS 177 (69.53% from 255) = 42.96%
R=5.34%
G=51.70%
B=42.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal222131770.9000.170.16168.6981.2846.08
Hex16D5B15A01110a9512e
Octal263252611320212025112156
Binary101101101010110110001101101001000110000101010011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,213,177); }

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

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

 a { background-color: rgb(22,213,177); }

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

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

 span { border-color: rgb(22,213,177); }

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