#11D488

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

Shades of Caribbean Green #11D488

Tints of Caribbean Green #11D488

Color information

#11D488 (or 0x11D488) is unknown color: approx Caribbean Green. HEX triplet: 11, D4 and 88. RGB value is (17,212,136). Sum of RGB (Red+Green+Blue) = 17+212+136=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #11D488 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D488 is #EE2B77. Grayscale: #919191. Windows color (decimal): -15608696 or 8967185. OLE color: 8967185.

HSL color Cylindrical-coordinate representation of color #11D488: hue angle of 156.62º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D488 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB17212136-
CMYK0.9200.360.17
HSL156.62º85.15%44.9%-
HSV(B)156.62º91.98%83.14%-
XYZ28.2248.9831.26-
YUV145.03122.936.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.66%
GREEN value IS 212 (83.20% from 255) = 58.08%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=4.66%
G=58.08%
B=37.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172121360.9200.360.17156.6285.1544.9
Hex11D4885C024119d552d
Octal213242101340442123512555
Binary1000111010100100010001011100010010010001100111011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11D488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,212,136); }

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

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

 a { background-color: rgb(17,212,136); }

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

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

 span { border-color: rgb(17,212,136); }

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