Shades of Light Sea Green #1BAEAE
Tints of Light Sea Green #1BAEAE
RGB
CMYK
RGB Variations
Color information
#1BAEAE (or 0x1BAEAE) is known color: Light Sea Green. HEX triplet: 1B, AE and AE. RGB value is (27,174,174). Sum of RGB (Red+Green+Blue) = 27+174+174=375 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.2% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #1BAEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAEAE is #E45151. Grayscale: #818181. Windows color (decimal): -14963026 or 11447835. OLE color: 11447835.
HSL color Cylindrical-coordinate representation of color #1BAEAE: hue angle of 180º 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 #1BAEAE is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 174 | 174 | - |
| CMYK | 0.84 | 0 | 0 | 0.32 |
| HSL | 180º | 0.73% | 0.39% | - |
| HSV(B) | 180º | 0.84% | 0.68% | - |
| XYZ | 23.23 | 33.56 | 45.3 | - |
| YUV | 130.05 | 152.8 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 174 | 0.84 | 0 | 0 | 0.32 | 180 | 0.73 | 0.39 |
| Hex | 1B | AE | AE | 54 | 0 | 0 | 20 | B4 | 49 | 27 |
| Octal | 33 | 256 | 256 | 124 | 0 | 0 | 40 | 264 | 111 | 47 |
| Binary | 11011 | 10101110 | 10101110 | 1010100 | 0 | 0 | 100000 | 10110100 | 1001001 | 100111 |
Color Harmonies of #1BAEAE
Complementary color
Monochromatic Colors of #1BAEAE
Black with #1BAEAE
Text Example
Text Example
White with #1BAEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAEAE; }
p { color: rgb(27,174,174); }
H1.HeaderClassName
{
color: #1BAEAE;
}
.AnyTagClassName
{
color: #1BAEAE;
}
</style>
background-color css
<style>
a { background-color: #1BAEAE; }
a { background-color: rgb(27,174,174); }
div.DivClassName
{
background-color: #1BAEAE;
}
.BgClassName
{
background-color: #1BAEAE;
}
</style>
border-color css
<style>
span { border-color: #1BAEAE; }
span { border-color: rgb(27,174,174); }
td.TdClassName
{
border-color: #1BAEAE;
}
.TagClassName
{
border-color: #1BAEAE;
}
</style>