Shades of Light Sea Green #27CFBC
Tints of Light Sea Green #27CFBC
RGB
CMYK
RGB Variations
Color information
#27CFBC (or 0x27CFBC) is known color: Light Sea Green. HEX triplet: 27, CF and BC. RGB value is (39,207,188). Sum of RGB (Red+Green+Blue) = 39+207+188=434 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.99% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #27CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CFBC is #D83043. Grayscale: #9A9A9A. Windows color (decimal): -14168132 or 12373799. OLE color: 12373799.
HSL color Cylindrical-coordinate representation of color #27CFBC: hue angle of 173.21º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CFBC is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 188 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.19 |
| HSL | 173.21º | 0.68% | 0.48% | - |
| HSV(B) | 173.21º | 0.81% | 0.81% | - |
| XYZ | 32.23 | 48.69 | 55.28 | - |
| YUV | 154.6 | 146.84 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 188 | 0.81 | 0 | 0.09 | 0.19 | 173.21 | 0.68 | 0.48 |
| Hex | 27 | CF | BC | 51 | 0 | 9 | 13 | AD | 44 | 30 |
| Octal | 47 | 317 | 274 | 121 | 0 | 11 | 23 | 255 | 104 | 60 |
| Binary | 100111 | 11001111 | 10111100 | 1010001 | 0 | 1001 | 10011 | 10101101 | 1000100 | 110000 |
Color Harmonies of #27CFBC
Complementary color
Monochromatic Colors of #27CFBC
Black with #27CFBC
Text Example
Text Example
White with #27CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CFBC; }
p { color: rgb(39,207,188); }
H1.HeaderClassName
{
color: #27CFBC;
}
.AnyTagClassName
{
color: #27CFBC;
}
</style>
background-color css
<style>
a { background-color: #27CFBC; }
a { background-color: rgb(39,207,188); }
div.DivClassName
{
background-color: #27CFBC;
}
.BgClassName
{
background-color: #27CFBC;
}
</style>
border-color css
<style>
span { border-color: #27CFBC; }
span { border-color: rgb(39,207,188); }
td.TdClassName
{
border-color: #27CFBC;
}
.TagClassName
{
border-color: #27CFBC;
}
</style>