#16D386

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

Shades of Caribbean Green #16D386

Tints of Caribbean Green #16D386

Color information

#16D386 (or 0x16D386) is unknown color: approx Caribbean Green. HEX triplet: 16, D3 and 86. RGB value is (22,211,134). Sum of RGB (Red+Green+Blue) = 22+211+134=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 211 (82.81% from 255 or 57.49% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 211 - color contains mainly: green. Hex color #16D386 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D386 is #E92C79. Grayscale: #919191. Windows color (decimal): -15281274 or 8835862. OLE color: 8835862.

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

Color convert

RGB22211134-
CMYK0.9000.360.17
HSL155.56º81.12%45.69%-
HSV(B)155.56º89.57%82.75%-
XYZ27.9348.4830.44-
YUV145.71121.3839.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.99%
GREEN value IS 211 (82.81% from 255) = 57.49%
BLUE value IS 134 (52.73% from 255) = 36.51%
R=5.99%
G=57.49%
B=36.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal222111340.9000.360.17155.5681.1245.69
Hex16D3865A024119c512e
Octal263232061320442123412156
Binary1011011010011100001101011010010010010001100111001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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