Shades of Light Sea Green #27CFBB
Tints of Light Sea Green #27CFBB
RGB
CMYK
RGB Variations
Color information
#27CFBB (or 0x27CFBB) is known color: Light Sea Green. HEX triplet: 27, CF and BB. RGB value is (39,207,187). Sum of RGB (Red+Green+Blue) = 39+207+187=433 (57% of max value = 765). Red value is 39 (15.62% from 255 or 9.01% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #27CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CFBB is #D83044. Grayscale: #9A9A9A. Windows color (decimal): -14168133 or 12308263. OLE color: 12308263.
HSL color Cylindrical-coordinate representation of color #27CFBB: hue angle of 172.86º 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 #27CFBB is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 187 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.19 |
| HSL | 172.86º | 0.68% | 0.48% | - |
| HSV(B) | 172.86º | 0.81% | 0.81% | - |
| XYZ | 32.12 | 48.64 | 54.71 | - |
| YUV | 154.49 | 146.34 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 187 | 0.81 | 0 | 0.10 | 0.19 | 172.86 | 0.68 | 0.48 |
| Hex | 27 | CF | BB | 51 | 0 | A | 13 | AD | 44 | 30 |
| Octal | 47 | 317 | 273 | 121 | 0 | 12 | 23 | 255 | 104 | 60 |
| Binary | 100111 | 11001111 | 10111011 | 1010001 | 0 | 1010 | 10011 | 10101101 | 1000100 | 110000 |
Color Harmonies of #27CFBB
Complementary color
Monochromatic Colors of #27CFBB
Black with #27CFBB
Text Example
Text Example
White with #27CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CFBB; }
p { color: rgb(39,207,187); }
H1.HeaderClassName
{
color: #27CFBB;
}
.AnyTagClassName
{
color: #27CFBB;
}
</style>
background-color css
<style>
a { background-color: #27CFBB; }
a { background-color: rgb(39,207,187); }
div.DivClassName
{
background-color: #27CFBB;
}
.BgClassName
{
background-color: #27CFBB;
}
</style>
border-color css
<style>
span { border-color: #27CFBB; }
span { border-color: rgb(39,207,187); }
td.TdClassName
{
border-color: #27CFBB;
}
.TagClassName
{
border-color: #27CFBB;
}
</style>