#11DD88

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

Shades of Caribbean Green #11DD88

Tints of Caribbean Green #11DD88

Color information

#11DD88 (or 0x11DD88) is unknown color: approx Caribbean Green. HEX triplet: 11, DD and 88. RGB value is (17,221,136). Sum of RGB (Red+Green+Blue) = 17+221+136=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DD88 is #EE2277. Grayscale: #969696. Windows color (decimal): -15606392 or 8969489. OLE color: 8969489.

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

Color convert

RGB17221136-
CMYK0.9200.380.13
HSL155º85.71%46.67%-
HSV(B)155º92.31%86.67%-
XYZ30.5353.6132.03-
YUV150.31119.9132.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.55%
GREEN value IS 221 (86.72% from 255) = 59.09%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=4.55%
G=59.09%
B=36.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172211360.9200.380.1315585.7146.67
Hex11DD885C026D9b562f
Octal213352101340461523312657
Binary100011101110110001000101110001001101101100110111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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