Shades of Light Sea Green #1BAEAB
Tints of Light Sea Green #1BAEAB
RGB
CMYK
RGB Variations
Color information
#1BAEAB (or 0x1BAEAB) is known color: Light Sea Green. HEX triplet: 1B, AE and AB. RGB value is (27,174,171). Sum of RGB (Red+Green+Blue) = 27+174+171=372 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.26% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAEAB is #E45154. Grayscale: #818181. Windows color (decimal): -14963029 or 11251227. OLE color: 11251227.
HSL color Cylindrical-coordinate representation of color #1BAEAB: hue angle of 178.78º 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 #1BAEAB is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 174 | 171 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.32 |
| HSL | 178.78º | 0.73% | 0.39% | - |
| HSV(B) | 178.78º | 0.84% | 0.68% | - |
| XYZ | 22.94 | 33.45 | 43.77 | - |
| YUV | 129.71 | 151.3 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 171 | 0.84 | 0 | 0.02 | 0.32 | 178.78 | 0.73 | 0.39 |
| Hex | 1B | AE | AB | 54 | 0 | 2 | 20 | B3 | 49 | 27 |
| Octal | 33 | 256 | 253 | 124 | 0 | 2 | 40 | 263 | 111 | 47 |
| Binary | 11011 | 10101110 | 10101011 | 1010100 | 0 | 10 | 100000 | 10110011 | 1001001 | 100111 |
Color Harmonies of #1BAEAB
Complementary color
Monochromatic Colors of #1BAEAB
Black with #1BAEAB
Text Example
Text Example
White with #1BAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAEAB; }
p { color: rgb(27,174,171); }
H1.HeaderClassName
{
color: #1BAEAB;
}
.AnyTagClassName
{
color: #1BAEAB;
}
</style>
background-color css
<style>
a { background-color: #1BAEAB; }
a { background-color: rgb(27,174,171); }
div.DivClassName
{
background-color: #1BAEAB;
}
.BgClassName
{
background-color: #1BAEAB;
}
</style>
border-color css
<style>
span { border-color: #1BAEAB; }
span { border-color: rgb(27,174,171); }
td.TdClassName
{
border-color: #1BAEAB;
}
.TagClassName
{
border-color: #1BAEAB;
}
</style>