Shades of Light Sea Green #1BAEA0
Tints of Light Sea Green #1BAEA0
RGB
CMYK
RGB Variations
Color information
#1BAEA0 (or 0x1BAEA0) is known color: Light Sea Green. HEX triplet: 1B, AE and A0. RGB value is (27,174,160). Sum of RGB (Red+Green+Blue) = 27+174+160=361 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.48% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAEA0 is #E4515F. Grayscale: #808080. Windows color (decimal): -14963040 or 10530331. OLE color: 10530331.
HSL color Cylindrical-coordinate representation of color #1BAEA0: hue angle of 174.29º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAEA0 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 174 | 160 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.32 |
| HSL | 174.29º | 0.73% | 0.39% | - |
| HSV(B) | 174.29º | 0.84% | 0.68% | - |
| XYZ | 21.93 | 33.04 | 38.48 | - |
| YUV | 128.45 | 145.8 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 160 | 0.84 | 0 | 0.08 | 0.32 | 174.29 | 0.73 | 0.39 |
| Hex | 1B | AE | A0 | 54 | 0 | 8 | 20 | AE | 49 | 27 |
| Octal | 33 | 256 | 240 | 124 | 0 | 10 | 40 | 256 | 111 | 47 |
| Binary | 11011 | 10101110 | 10100000 | 1010100 | 0 | 1000 | 100000 | 10101110 | 1001001 | 100111 |
Color Harmonies of #1BAEA0
Complementary color
Monochromatic Colors of #1BAEA0
Black with #1BAEA0
Text Example
Text Example
White with #1BAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAEA0; }
p { color: rgb(27,174,160); }
H1.HeaderClassName
{
color: #1BAEA0;
}
.AnyTagClassName
{
color: #1BAEA0;
}
</style>
background-color css
<style>
a { background-color: #1BAEA0; }
a { background-color: rgb(27,174,160); }
div.DivClassName
{
background-color: #1BAEA0;
}
.BgClassName
{
background-color: #1BAEA0;
}
</style>
border-color css
<style>
span { border-color: #1BAEA0; }
span { border-color: rgb(27,174,160); }
td.TdClassName
{
border-color: #1BAEA0;
}
.TagClassName
{
border-color: #1BAEA0;
}
</style>