#1BBEAA

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

Shades of Light Sea Green #1BBEAA

Tints of Light Sea Green #1BBEAA

Color information

#1BBEAA (or 0x1BBEAA) is unknown color: approx Light Sea Green. HEX triplet: 1B, BE and AA. RGB value is (27,190,170). Sum of RGB (Red+Green+Blue) = 27+190+170=387 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.98% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #1BBEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBEAA is #E44155. Grayscale: #8A8A8A. Windows color (decimal): -14958934 or 11189787. OLE color: 11189787.

HSL color Cylindrical-coordinate representation of color #1BBEAA: hue angle of 172.64º 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 #1BBEAA is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB27190170-
CMYK0.8600.110.25
HSL172.64º75.12%42.55%-
HSV(B)172.64º85.79%74.51%-
XYZ26.1239.9644.37-
YUV138.98145.548.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.98%
GREEN value IS 190 (74.61% from 255) = 49.10%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=6.98%
G=49.10%
B=43.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271901700.8600.110.25172.6475.1242.55
Hex1BBEAA560B19ad4b2b
Octal332762521260133125511353
Binary11011101111101010101010101100101111001101011011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,190,170); }

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

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

 a { background-color: rgb(27,190,170); }

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

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

 span { border-color: rgb(27,190,170); }

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