#1BBABF

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

Shades of Light Sea Green #1BBABF

Tints of Light Sea Green #1BBABF

Color information

#1BBABF (or 0x1BBABF) is unknown color: approx Light Sea Green. HEX triplet: 1B, BA and BF. RGB value is (27,186,191). Sum of RGB (Red+Green+Blue) = 27+186+191=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #1BBABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBABF is #E44540. Grayscale: #8A8A8A. Windows color (decimal): -14959937 or 12565019. OLE color: 12565019.

HSL color Cylindrical-coordinate representation of color #1BBABF: hue angle of 181.83º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBABF is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB27186191-
CMYK0.860.0300.25
HSL181.83º75.23%42.75%-
HSV(B)181.83º85.86%74.9%-
XYZ27.4139.1155.39-
YUV139.03157.3248.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.68%
GREEN value IS 186 (73.05% from 255) = 46.04%
BLUE value IS 191 (75% from 255) = 47.28%
R=6.68%
G=46.04%
B=47.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271861910.860.0300.25181.8375.2342.75
Hex1BBABF563019b64b2b
Octal33272277126303126611353
Binary110111011101010111111101011011011001101101101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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