#1BB4AE

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

Shades of Light Sea Green #1BB4AE

Tints of Light Sea Green #1BB4AE

Color information

#1BB4AE (or 0x1BB4AE) is unknown color: approx Light Sea Green. HEX triplet: 1B, B4 and AE. RGB value is (27,180,174). Sum of RGB (Red+Green+Blue) = 27+180+174=381 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.09% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB4AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BB4AE is #E44B51. Grayscale: #858585. Windows color (decimal): -14961490 or 11449371. OLE color: 11449371.

HSL color Cylindrical-coordinate representation of color #1BB4AE: hue angle of 177.65º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB4AE is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB27180174-
CMYK0.8500.030.29
HSL177.65º73.91%40.59%-
HSV(B)177.65º85%70.59%-
XYZ24.4135.9345.69-
YUV133.57150.8151.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.09%
GREEN value IS 180 (70.70% from 255) = 47.24%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=7.09%
G=47.24%
B=45.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal271801740.8500.030.29177.6573.9140.59
Hex1BB4AE55031Db24a29
Octal33264256125033526211251
Binary110111011010010101110101010101111101101100101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,180,174); }

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

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

 a { background-color: rgb(27,180,174); }

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

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

 span { border-color: rgb(27,180,174); }

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