Shades of Light Sea Green #27C2BE
Tints of Light Sea Green #27C2BE
RGB
CMYK
RGB Variations
Color information
#27C2BE (or 0x27C2BE) is known color: Light Sea Green. HEX triplet: 27, C2 and BE. RGB value is (39,194,190). Sum of RGB (Red+Green+Blue) = 39+194+190=423 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.22% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #27C2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C2BE is #D83D41. Grayscale: #939393. Windows color (decimal): -14171458 or 12501543. OLE color: 12501543.
HSL color Cylindrical-coordinate representation of color #27C2BE: hue angle of 178.45º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C2BE is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 194 | 190 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.24 |
| HSL | 178.45º | 0.67% | 0.46% | - |
| HSV(B) | 178.45º | 0.8% | 0.76% | - |
| XYZ | 29.42 | 42.73 | 55.41 | - |
| YUV | 147.2 | 152.15 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 194 | 190 | 0.80 | 0 | 0.02 | 0.24 | 178.45 | 0.67 | 0.46 |
| Hex | 27 | C2 | BE | 50 | 0 | 2 | 18 | B2 | 43 | 2E |
| Octal | 47 | 302 | 276 | 120 | 0 | 2 | 30 | 262 | 103 | 56 |
| Binary | 100111 | 11000010 | 10111110 | 1010000 | 0 | 10 | 11000 | 10110010 | 1000011 | 101110 |
Color Harmonies of #27C2BE
Complementary color
Monochromatic Colors of #27C2BE
Black with #27C2BE
Text Example
Text Example
White with #27C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C2BE; }
p { color: rgb(39,194,190); }
H1.HeaderClassName
{
color: #27C2BE;
}
.AnyTagClassName
{
color: #27C2BE;
}
</style>
background-color css
<style>
a { background-color: #27C2BE; }
a { background-color: rgb(39,194,190); }
div.DivClassName
{
background-color: #27C2BE;
}
.BgClassName
{
background-color: #27C2BE;
}
</style>
border-color css
<style>
span { border-color: #27C2BE; }
span { border-color: rgb(39,194,190); }
td.TdClassName
{
border-color: #27C2BE;
}
.TagClassName
{
border-color: #27C2BE;
}
</style>