Shades of Light Sea Green #27AAB0
Tints of Light Sea Green #27AAB0
RGB
CMYK
RGB Variations
Color information
#27AAB0 (or 0x27AAB0) is known color: Light Sea Green. HEX triplet: 27, AA and B0. RGB value is (39,170,176). Sum of RGB (Red+Green+Blue) = 39+170+176=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #27AAB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AAB0 is #D8554F. Grayscale: #838383. Windows color (decimal): -14177616 or 11577895. OLE color: 11577895.
HSL color Cylindrical-coordinate representation of color #27AAB0: hue angle of 182.63º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27AAB0 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 170 | 176 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.31 |
| HSL | 182.63º | 0.64% | 0.42% | - |
| HSV(B) | 182.63º | 0.78% | 0.69% | - |
| XYZ | 23.05 | 32.32 | 46.1 | - |
| YUV | 131.52 | 153.1 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 170 | 176 | 0.78 | 0.03 | 0 | 0.31 | 182.63 | 0.64 | 0.42 |
| Hex | 27 | AA | B0 | 4E | 3 | 0 | 1F | B7 | 40 | 2A |
| Octal | 47 | 252 | 260 | 116 | 3 | 0 | 37 | 267 | 100 | 52 |
| Binary | 100111 | 10101010 | 10110000 | 1001110 | 11 | 0 | 11111 | 10110111 | 1000000 | 101010 |
Color Harmonies of #27AAB0
Complementary color
Monochromatic Colors of #27AAB0
Black with #27AAB0
Text Example
Text Example
White with #27AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AAB0; }
p { color: rgb(39,170,176); }
H1.HeaderClassName
{
color: #27AAB0;
}
.AnyTagClassName
{
color: #27AAB0;
}
</style>
background-color css
<style>
a { background-color: #27AAB0; }
a { background-color: rgb(39,170,176); }
div.DivClassName
{
background-color: #27AAB0;
}
.BgClassName
{
background-color: #27AAB0;
}
</style>
border-color css
<style>
span { border-color: #27AAB0; }
span { border-color: rgb(39,170,176); }
td.TdClassName
{
border-color: #27AAB0;
}
.TagClassName
{
border-color: #27AAB0;
}
</style>