Shades of Light Sea Green #27BAA8
Tints of Light Sea Green #27BAA8
RGB
CMYK
RGB Variations
Color information
#27BAA8 (or 0x27BAA8) is known color: Light Sea Green. HEX triplet: 27, BA and A8. RGB value is (39,186,168). Sum of RGB (Red+Green+Blue) = 39+186+168=393 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.92% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #27BAA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BAA8 is #D84557. Grayscale: #8B8B8B. Windows color (decimal): -14173528 or 11057703. OLE color: 11057703.
HSL color Cylindrical-coordinate representation of color #27BAA8: hue angle of 172.65º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BAA8 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 186 | 168 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.27 |
| HSL | 172.65º | 0.65% | 0.44% | - |
| HSV(B) | 172.65º | 0.79% | 0.73% | - |
| XYZ | 25.46 | 38.38 | 43.11 | - |
| YUV | 140 | 143.8 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 186 | 168 | 0.79 | 0 | 0.10 | 0.27 | 172.65 | 0.65 | 0.44 |
| Hex | 27 | BA | A8 | 4F | 0 | A | 1B | AD | 41 | 2C |
| Octal | 47 | 272 | 250 | 117 | 0 | 12 | 33 | 255 | 101 | 54 |
| Binary | 100111 | 10111010 | 10101000 | 1001111 | 0 | 1010 | 11011 | 10101101 | 1000001 | 101100 |
Color Harmonies of #27BAA8
Complementary color
Monochromatic Colors of #27BAA8
Black with #27BAA8
Text Example
Text Example
White with #27BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BAA8; }
p { color: rgb(39,186,168); }
H1.HeaderClassName
{
color: #27BAA8;
}
.AnyTagClassName
{
color: #27BAA8;
}
</style>
background-color css
<style>
a { background-color: #27BAA8; }
a { background-color: rgb(39,186,168); }
div.DivClassName
{
background-color: #27BAA8;
}
.BgClassName
{
background-color: #27BAA8;
}
</style>
border-color css
<style>
span { border-color: #27BAA8; }
span { border-color: rgb(39,186,168); }
td.TdClassName
{
border-color: #27BAA8;
}
.TagClassName
{
border-color: #27BAA8;
}
</style>