#16D7B2

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

Shades of Caribbean Green #16D7B2

Tints of Caribbean Green #16D7B2

Color information

#16D7B2 (or 0x16D7B2) is unknown color: approx Caribbean Green. HEX triplet: 16, D7 and B2. RGB value is (22,215,178). Sum of RGB (Red+Green+Blue) = 22+215+178=415 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.30% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #16D7B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D7B2 is #E9284D. Grayscale: #999999. Windows color (decimal): -15280206 or 11720470. OLE color: 11720470.

HSL color Cylindrical-coordinate representation of color #16D7B2: hue angle of 168.5º 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 #16D7B2 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB22215178-
CMYK0.9000.170.16
HSL168.5º81.43%46.47%-
HSV(B)168.5º89.77%84.31%-
XYZ32.6751.9950.43-
YUV153.07142.0634.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.30%
GREEN value IS 215 (84.38% from 255) = 51.81%
BLUE value IS 178 (69.92% from 255) = 42.89%
R=5.30%
G=51.81%
B=42.89%

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
Decimal222151780.9000.170.16168.581.4346.47
Hex16D7B25A01110a8512e
Octal263272621320212025012156
Binary101101101011110110010101101001000110000101010001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,215,178); }

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

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

 a { background-color: rgb(22,215,178); }

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

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

 span { border-color: rgb(22,215,178); }

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