#1BBAB0

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

Shades of Light Sea Green #1BBAB0

Tints of Light Sea Green #1BBAB0

Color information

#1BBAB0 (or 0x1BBAB0) is unknown color: approx Light Sea Green. HEX triplet: 1B, BA and B0. RGB value is (27,186,176). Sum of RGB (Red+Green+Blue) = 27+186+176=389 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.94% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBAB0 is #E4454F. Grayscale: #898989. Windows color (decimal): -14959952 or 11581979. OLE color: 11581979.

HSL color Cylindrical-coordinate representation of color #1BBAB0: hue angle of 176.23º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BBAB0 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB27186176-
CMYK0.8500.050.27
HSL176.23º74.65%41.76%-
HSV(B)176.23º85.48%72.94%-
XYZ25.8538.4947.14-
YUV137.32149.8249.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.94%
GREEN value IS 186 (73.05% from 255) = 47.81%
BLUE value IS 176 (69.14% from 255) = 45.24%
R=6.94%
G=47.81%
B=45.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal271861760.8500.050.27176.2374.6541.76
Hex1BBAB055051Bb04b2a
Octal33272260125053326011352
Binary1101110111010101100001010101010111011101100001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BBAB0; }

 p { color: rgb(27,186,176); }

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

<style>
 a { background-color: #1BBAB0; }

 a { background-color: rgb(27,186,176); }

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

<style>
 span { border-color: #1BBAB0; }

 span { border-color: rgb(27,186,176); }

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