#11E09D

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

Shades of Caribbean Green #11E09D

Tints of Caribbean Green #11E09D

Color information

#11E09D (or 0x11E09D) is unknown color: approx Caribbean Green. HEX triplet: 11, E0 and 9D. RGB value is (17,224,157). Sum of RGB (Red+Green+Blue) = 17+224+157=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 224 (87.89% from 255 or 56.28% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 224 - color contains mainly: green. Hex color #11E09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11E09D is #EE1F62. Grayscale: #9A9A9A. Windows color (decimal): -15605603 or 10346513. OLE color: 10346513.

HSL color Cylindrical-coordinate representation of color #11E09D: hue angle of 160.58º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E09D is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB17224157-
CMYK0.9200.300.12
HSL160.58º85.89%47.25%-
HSV(B)160.58º92.41%87.84%-
XYZ32.9755.8640.94-
YUV154.47129.4229.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.27%
GREEN value IS 224 (87.89% from 255) = 56.28%
BLUE value IS 157 (61.72% from 255) = 39.45%
R=4.27%
G=56.28%
B=39.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal172241570.9200.300.12160.5885.8947.25
Hex11E09D5C01ECa1562f
Octal213402351340361424112657
Binary10001111000001001110110111000111101100101000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11E09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,224,157); }

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

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

 a { background-color: rgb(17,224,157); }

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

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

 span { border-color: rgb(17,224,157); }

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