#11BBB1

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

Shades of Light Sea Green #11BBB1

Tints of Light Sea Green #11BBB1

Color information

#11BBB1 (or 0x11BBB1) is unknown color: approx Light Sea Green. HEX triplet: 11, BB and B1. RGB value is (17,187,177). Sum of RGB (Red+Green+Blue) = 17+187+177=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #11BBB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BBB1 is #EE444E. Grayscale: #868686. Windows color (decimal): -15615055 or 11647761. OLE color: 11647761.

HSL color Cylindrical-coordinate representation of color #11BBB1: hue angle of 176.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BBB1 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB17187177-
CMYK0.9100.050.27
HSL176.47º83.33%40%-
HSV(B)176.47º90.91%73.33%-
XYZ25.9438.8347.72-
YUV135.03151.6843.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.46%
GREEN value IS 187 (73.44% from 255) = 49.08%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=4.46%
G=49.08%
B=46.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171871770.9100.050.27176.4783.3340
Hex11BBB15B051Bb05328
Octal21273261133053326012350
Binary1000110111011101100011011011010111011101100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,187,177); }

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

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

 a { background-color: rgb(17,187,177); }

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

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

 span { border-color: rgb(17,187,177); }

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