#1BB0AC

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

Shades of Light Sea Green #1BB0AC

Tints of Light Sea Green #1BB0AC

Color information

#1BB0AC (or 0x1BB0AC) is unknown color: approx Light Sea Green. HEX triplet: 1B, B0 and AC. RGB value is (27,176,172). Sum of RGB (Red+Green+Blue) = 27+176+172=375 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.2% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #1BB0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BB0AC is #E44F53. Grayscale: #828282. Windows color (decimal): -14962516 or 11317275. OLE color: 11317275.

HSL color Cylindrical-coordinate representation of color #1BB0AC: hue angle of 178.39º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB0AC is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB27176172-
CMYK0.8500.020.31
HSL178.39º73.4%39.8%-
HSV(B)178.39º84.66%69.02%-
XYZ23.4234.2644.41-
YUV130.99151.1453.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.2%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=7.2%
G=46.93%
B=45.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal271761720.8500.020.31178.3973.439.8
Hex1BB0AC55021Fb24928
Octal33260254125023726211150
Binary110111011000010101100101010101011111101100101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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