#11d380

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

Shades of Caribbean Green #11D380

Tints of Caribbean Green #11D380

Color information

#11D380 (or 0x11D380) is unknown color: approx Caribbean Green. HEX triplet: 11, D3 and 80. RGB value is (17,211,128). Sum of RGB (Red+Green+Blue) = 17+211+128=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #11D380 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D380 is #EE2C7F. Grayscale: #8F8F8F. Windows color (decimal): -15608960 or 8442641. OLE color: 8442641.

HSL color Cylindrical-coordinate representation of color #11D380: hue angle of 154.33º 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 #11D380 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB17211128-
CMYK0.9200.390.17
HSL154.33º85.09%44.71%-
HSV(B)154.33º91.94%82.75%-
XYZ27.4248.2728.29-
YUV143.53119.2337.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.78%
GREEN value IS 211 (82.81% from 255) = 59.27%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=4.78%
G=59.27%
B=35.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172111280.9200.390.17154.3385.0944.71
Hex11D3805C027119a552d
Octal213232001340472123212555
Binary1000111010011100000001011100010011110001100110101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11d380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,211,128); }

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

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

 a { background-color: rgb(17,211,128); }

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

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

 span { border-color: rgb(17,211,128); }

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