#16D586

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

Shades of Caribbean Green #16D586

Tints of Caribbean Green #16D586

Color information

#16D586 (or 0x16D586) is unknown color: approx Caribbean Green. HEX triplet: 16, D5 and 86. RGB value is (22,213,134). Sum of RGB (Red+Green+Blue) = 22+213+134=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #16D586 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D586 is #E92A79. Grayscale: #939393. Windows color (decimal): -15280762 or 8836374. OLE color: 8836374.

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

Color convert

RGB22213134-
CMYK0.9000.370.16
HSL155.18º81.28%46.08%-
HSV(B)155.18º89.67%83.53%-
XYZ28.4349.4830.61-
YUV146.88120.7238.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.96%
GREEN value IS 213 (83.59% from 255) = 57.72%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=5.96%
G=57.72%
B=36.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal222131340.9000.370.16155.1881.2846.08
Hex16D5865A025109b512e
Octal263252061320452023312156
Binary1011011010101100001101011010010010110000100110111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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