#11C88E

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

Shades of Caribbean Green #11C88E

Tints of Caribbean Green #11C88E

Color information

#11C88E (or 0x11C88E) is unknown color: approx Caribbean Green. HEX triplet: 11, C8 and 8E. RGB value is (17,200,142). Sum of RGB (Red+Green+Blue) = 17+200+142=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 200 (78.52% from 255 or 55.71% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 200 - color contains mainly: green. Hex color #11C88E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C88E is #EE3771. Grayscale: #8A8A8A. Windows color (decimal): -15611762 or 9357329. OLE color: 9357329.

HSL color Cylindrical-coordinate representation of color #11C88E: hue angle of 160.98º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C88E is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB17200142-
CMYK0.9200.290.22
HSL160.98º84.33%42.55%-
HSV(B)160.98º91.5%78.43%-
XYZ25.7743.3832.61-
YUV138.67129.8741.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.74%
GREEN value IS 200 (78.52% from 255) = 55.71%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=4.74%
G=55.71%
B=39.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172001420.9200.290.22160.9884.3342.55
Hex11C88E5C01D16a1542b
Octal213102161340352624112453
Binary100011100100010001110101110001110110110101000011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,200,142); }

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

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

 a { background-color: rgb(17,200,142); }

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

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

 span { border-color: rgb(17,200,142); }

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