#11e2a6

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

Shades of Caribbean Green #11E2A6

Tints of Caribbean Green #11E2A6

Color information

#11E2A6 (or 0x11E2A6) is unknown color: approx Caribbean Green. HEX triplet: 11, E2 and A6. RGB value is (17,226,166). Sum of RGB (Red+Green+Blue) = 17+226+166=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 226 (88.67% from 255 or 55.26% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 226 - color contains mainly: green. Hex color #11E2A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E2A6 is #EE1D59. Grayscale: #9C9C9C. Windows color (decimal): -15605082 or 10936849. OLE color: 10936849.

HSL color Cylindrical-coordinate representation of color #11E2A6: hue angle of 162.78º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E2A6 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB17226166-
CMYK0.9200.270.11
HSL162.78º86.01%47.65%-
HSV(B)162.78º92.48%88.63%-
XYZ34.3157.2745.32-
YUV156.67133.2628.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.16%
GREEN value IS 226 (88.67% from 255) = 55.26%
BLUE value IS 166 (65.23% from 255) = 40.59%
R=4.16%
G=55.26%
B=40.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal172261660.9200.270.11162.7886.0147.65
Hex11E2A65C01BBa35630
Octal213422461340331324312660
Binary10001111000101010011010111000110111011101000111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11e2a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11e2a6; }

 p { color: rgb(17,226,166); }

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

<style>
 a { background-color: #11e2a6; }

 a { background-color: rgb(17,226,166); }

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

<style>
 span { border-color: #11e2a6; }

 span { border-color: rgb(17,226,166); }

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