Shades of Light Sea Green #27BFC9
Tints of Light Sea Green #27BFC9
RGB
CMYK
RGB Variations
Color information
#27BFC9 (or 0x27BFC9) is known color: Light Sea Green. HEX triplet: 27, BF and C9. RGB value is (39,191,201). Sum of RGB (Red+Green+Blue) = 39+191+201=431 (57% of max value = 765). Red value is 39 (15.62% from 255 or 9.05% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #27BFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BFC9 is #D84036. Grayscale: #929292. Windows color (decimal): -14172215 or 13221671. OLE color: 13221671.
HSL color Cylindrical-coordinate representation of color #27BFC9: hue angle of 183.7º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27BFC9 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 191 | 201 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.21 |
| HSL | 183.7º | 0.68% | 0.47% | - |
| HSV(B) | 183.7º | 0.81% | 0.79% | - |
| XYZ | 30.01 | 41.91 | 61.77 | - |
| YUV | 146.69 | 158.64 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 191 | 201 | 0.81 | 0.05 | 0 | 0.21 | 183.7 | 0.68 | 0.47 |
| Hex | 27 | BF | C9 | 51 | 5 | 0 | 15 | B8 | 44 | 2F |
| Octal | 47 | 277 | 311 | 121 | 5 | 0 | 25 | 270 | 104 | 57 |
| Binary | 100111 | 10111111 | 11001001 | 1010001 | 101 | 0 | 10101 | 10111000 | 1000100 | 101111 |
Color Harmonies of #27BFC9
Complementary color
Monochromatic Colors of #27BFC9
Black with #27BFC9
Text Example
Text Example
White with #27BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BFC9; }
p { color: rgb(39,191,201); }
H1.HeaderClassName
{
color: #27BFC9;
}
.AnyTagClassName
{
color: #27BFC9;
}
</style>
background-color css
<style>
a { background-color: #27BFC9; }
a { background-color: rgb(39,191,201); }
div.DivClassName
{
background-color: #27BFC9;
}
.BgClassName
{
background-color: #27BFC9;
}
</style>
border-color css
<style>
span { border-color: #27BFC9; }
span { border-color: rgb(39,191,201); }
td.TdClassName
{
border-color: #27BFC9;
}
.TagClassName
{
border-color: #27BFC9;
}
</style>