#16CE95

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

Shades of Caribbean Green #16CE95

Tints of Caribbean Green #16CE95

Color information

#16CE95 (or 0x16CE95) is unknown color: approx Caribbean Green. HEX triplet: 16, CE and 95. RGB value is (22,206,149). Sum of RGB (Red+Green+Blue) = 22+206+149=377 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.84% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #16CE95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CE95 is #E9316A. Grayscale: #909090. Windows color (decimal): -15282539 or 9817622. OLE color: 9817622.

HSL color Cylindrical-coordinate representation of color #16CE95: hue angle of 161.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CE95 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB22206149-
CMYK0.8900.280.19
HSL161.41º80.7%44.71%-
HSV(B)161.41º89.32%80.78%-
XYZ27.8346.4835.94-
YUV144.49130.5440.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.84%
GREEN value IS 206 (80.86% from 255) = 54.64%
BLUE value IS 149 (58.59% from 255) = 39.52%
R=5.84%
G=54.64%
B=39.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal222061490.8900.280.19161.4180.744.71
Hex16CE955901C13a1512d
Octal263162251310342324112155
Binary101101100111010010101101100101110010011101000011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16CE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,206,149); }

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

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

 a { background-color: rgb(22,206,149); }

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

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

 span { border-color: rgb(22,206,149); }

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