Shades of Light Sea Green #27BFA8
Tints of Light Sea Green #27BFA8
RGB
CMYK
RGB Variations
Color information
#27BFA8 (or 0x27BFA8) is known color: Light Sea Green. HEX triplet: 27, BF and A8. RGB value is (39,191,168). Sum of RGB (Red+Green+Blue) = 39+191+168=398 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.80% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #27BFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BFA8 is #D84057. Grayscale: #8E8E8E. Windows color (decimal): -14172248 or 11058983. OLE color: 11058983.
HSL color Cylindrical-coordinate representation of color #27BFA8: hue angle of 170.92º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BFA8 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 191 | 168 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.25 |
| HSL | 170.92º | 0.66% | 0.45% | - |
| HSV(B) | 170.92º | 0.8% | 0.75% | - |
| XYZ | 26.54 | 40.52 | 43.47 | - |
| YUV | 142.93 | 142.14 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 191 | 168 | 0.80 | 0 | 0.12 | 0.25 | 170.92 | 0.66 | 0.45 |
| Hex | 27 | BF | A8 | 50 | 0 | C | 19 | AB | 42 | 2D |
| Octal | 47 | 277 | 250 | 120 | 0 | 14 | 31 | 253 | 102 | 55 |
| Binary | 100111 | 10111111 | 10101000 | 1010000 | 0 | 1100 | 11001 | 10101011 | 1000010 | 101101 |
Color Harmonies of #27BFA8
Complementary color
Monochromatic Colors of #27BFA8
Black with #27BFA8
Text Example
Text Example
White with #27BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BFA8; }
p { color: rgb(39,191,168); }
H1.HeaderClassName
{
color: #27BFA8;
}
.AnyTagClassName
{
color: #27BFA8;
}
</style>
background-color css
<style>
a { background-color: #27BFA8; }
a { background-color: rgb(39,191,168); }
div.DivClassName
{
background-color: #27BFA8;
}
.BgClassName
{
background-color: #27BFA8;
}
</style>
border-color css
<style>
span { border-color: #27BFA8; }
span { border-color: rgb(39,191,168); }
td.TdClassName
{
border-color: #27BFA8;
}
.TagClassName
{
border-color: #27BFA8;
}
</style>