#16D7B4

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

Shades of Caribbean Green #16D7B4

Tints of Caribbean Green #16D7B4

Color information

#16D7B4 (or 0x16D7B4) is unknown color: approx Caribbean Green. HEX triplet: 16, D7 and B4. RGB value is (22,215,180). Sum of RGB (Red+Green+Blue) = 22+215+180=417 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.28% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #16D7B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16D7B4 is #E9284B. Grayscale: #999999. Windows color (decimal): -15280204 or 11851542. OLE color: 11851542.

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

Color convert

RGB22215180-
CMYK0.9000.160.16
HSL169.12º81.43%46.47%-
HSV(B)169.12º89.77%84.31%-
XYZ32.8752.0751.5-
YUV153.3143.0634.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.28%
GREEN value IS 215 (84.38% from 255) = 51.56%
BLUE value IS 180 (70.70% from 255) = 43.17%
R=5.28%
G=51.56%
B=43.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal222151800.9000.160.16169.1281.4346.47
Hex16D7B45A01010a9512e
Octal263272641320202025112156
Binary101101101011110110100101101001000010000101010011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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