Shades of Light Sea Green #27D0BA
Tints of Light Sea Green #27D0BA
RGB
CMYK
RGB Variations
Color information
#27D0BA (or 0x27D0BA) is known color: Light Sea Green. HEX triplet: 27, D0 and BA. RGB value is (39,208,186). Sum of RGB (Red+Green+Blue) = 39+208+186=433 (57% of max value = 765). Red value is 39 (15.62% from 255 or 9.01% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #27D0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D0BA is #D82F45. Grayscale: #9A9A9A. Windows color (decimal): -14167878 or 12242983. OLE color: 12242983.
HSL color Cylindrical-coordinate representation of color #27D0BA: hue angle of 172.19º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27D0BA is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 208 | 186 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.18 |
| HSL | 172.19º | 0.68% | 0.48% | - |
| HSV(B) | 172.19º | 0.81% | 0.82% | - |
| XYZ | 32.26 | 49.09 | 54.23 | - |
| YUV | 154.96 | 145.51 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 208 | 186 | 0.81 | 0 | 0.11 | 0.18 | 172.19 | 0.68 | 0.48 |
| Hex | 27 | D0 | BA | 51 | 0 | B | 12 | AC | 44 | 30 |
| Octal | 47 | 320 | 272 | 121 | 0 | 13 | 22 | 254 | 104 | 60 |
| Binary | 100111 | 11010000 | 10111010 | 1010001 | 0 | 1011 | 10010 | 10101100 | 1000100 | 110000 |
Color Harmonies of #27D0BA
Complementary color
Monochromatic Colors of #27D0BA
Black with #27D0BA
Text Example
Text Example
White with #27D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D0BA; }
p { color: rgb(39,208,186); }
H1.HeaderClassName
{
color: #27D0BA;
}
.AnyTagClassName
{
color: #27D0BA;
}
</style>
background-color css
<style>
a { background-color: #27D0BA; }
a { background-color: rgb(39,208,186); }
div.DivClassName
{
background-color: #27D0BA;
}
.BgClassName
{
background-color: #27D0BA;
}
</style>
border-color css
<style>
span { border-color: #27D0BA; }
span { border-color: rgb(39,208,186); }
td.TdClassName
{
border-color: #27D0BA;
}
.TagClassName
{
border-color: #27D0BA;
}
</style>