Shades of Light Sea Green #27AAB5
Tints of Light Sea Green #27AAB5
RGB
CMYK
RGB Variations
Color information
#27AAB5 (or 0x27AAB5) is known color: Light Sea Green. HEX triplet: 27, AA and B5. RGB value is (39,170,181). Sum of RGB (Red+Green+Blue) = 39+170+181=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #27AAB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AAB5 is #D8554A. Grayscale: #838383. Windows color (decimal): -14177611 or 11905575. OLE color: 11905575.
HSL color Cylindrical-coordinate representation of color #27AAB5: hue angle of 184.65º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27AAB5 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 170 | 181 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.29 |
| HSL | 184.65º | 0.65% | 0.43% | - |
| HSV(B) | 184.65º | 0.78% | 0.71% | - |
| XYZ | 23.55 | 32.52 | 48.75 | - |
| YUV | 132.09 | 155.6 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 170 | 181 | 0.78 | 0.06 | 0 | 0.29 | 184.65 | 0.65 | 0.43 |
| Hex | 27 | AA | B5 | 4E | 6 | 0 | 1D | B9 | 41 | 2B |
| Octal | 47 | 252 | 265 | 116 | 6 | 0 | 35 | 271 | 101 | 53 |
| Binary | 100111 | 10101010 | 10110101 | 1001110 | 110 | 0 | 11101 | 10111001 | 1000001 | 101011 |
Color Harmonies of #27AAB5
Complementary color
Monochromatic Colors of #27AAB5
Black with #27AAB5
Text Example
Text Example
White with #27AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AAB5; }
p { color: rgb(39,170,181); }
H1.HeaderClassName
{
color: #27AAB5;
}
.AnyTagClassName
{
color: #27AAB5;
}
</style>
background-color css
<style>
a { background-color: #27AAB5; }
a { background-color: rgb(39,170,181); }
div.DivClassName
{
background-color: #27AAB5;
}
.BgClassName
{
background-color: #27AAB5;
}
</style>
border-color css
<style>
span { border-color: #27AAB5; }
span { border-color: rgb(39,170,181); }
td.TdClassName
{
border-color: #27AAB5;
}
.TagClassName
{
border-color: #27AAB5;
}
</style>