Shades of Light Sea Green #27BEC1
Tints of Light Sea Green #27BEC1
RGB
CMYK
RGB Variations
Color information
#27BEC1 (or 0x27BEC1) is known color: Light Sea Green. HEX triplet: 27, BE and C1. RGB value is (39,190,193). Sum of RGB (Red+Green+Blue) = 39+190+193=422 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.24% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #27BEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BEC1 is #D8413E. Grayscale: #919191. Windows color (decimal): -14172479 or 12697127. OLE color: 12697127.
HSL color Cylindrical-coordinate representation of color #27BEC1: hue angle of 181.17º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BEC1 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 190 | 193 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.24 |
| HSL | 181.17º | 0.66% | 0.45% | - |
| HSV(B) | 181.17º | 0.8% | 0.76% | - |
| XYZ | 28.88 | 41.11 | 56.86 | - |
| YUV | 145.19 | 154.97 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 190 | 193 | 0.80 | 0.02 | 0 | 0.24 | 181.17 | 0.66 | 0.45 |
| Hex | 27 | BE | C1 | 50 | 2 | 0 | 18 | B5 | 42 | 2D |
| Octal | 47 | 276 | 301 | 120 | 2 | 0 | 30 | 265 | 102 | 55 |
| Binary | 100111 | 10111110 | 11000001 | 1010000 | 10 | 0 | 11000 | 10110101 | 1000010 | 101101 |
Color Harmonies of #27BEC1
Complementary color
Monochromatic Colors of #27BEC1
Black with #27BEC1
Text Example
Text Example
White with #27BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BEC1; }
p { color: rgb(39,190,193); }
H1.HeaderClassName
{
color: #27BEC1;
}
.AnyTagClassName
{
color: #27BEC1;
}
</style>
background-color css
<style>
a { background-color: #27BEC1; }
a { background-color: rgb(39,190,193); }
div.DivClassName
{
background-color: #27BEC1;
}
.BgClassName
{
background-color: #27BEC1;
}
</style>
border-color css
<style>
span { border-color: #27BEC1; }
span { border-color: rgb(39,190,193); }
td.TdClassName
{
border-color: #27BEC1;
}
.TagClassName
{
border-color: #27BEC1;
}
</style>