Shades of Light Sea Green #27B8AF
Tints of Light Sea Green #27B8AF
RGB
CMYK
RGB Variations
Color information
#27B8AF (or 0x27B8AF) is known color: Light Sea Green. HEX triplet: 27, B8 and AF. RGB value is (39,184,175). Sum of RGB (Red+Green+Blue) = 39+184+175=398 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.80% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #27B8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B8AF is #D84750. Grayscale: #8B8B8B. Windows color (decimal): -14174033 or 11515943. OLE color: 11515943.
HSL color Cylindrical-coordinate representation of color #27B8AF: hue angle of 176.28º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27B8AF is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 184 | 175 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.28 |
| HSL | 176.28º | 0.65% | 0.44% | - |
| HSV(B) | 176.28º | 0.79% | 0.72% | - |
| XYZ | 25.72 | 37.81 | 46.5 | - |
| YUV | 139.62 | 147.96 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 184 | 175 | 0.79 | 0 | 0.05 | 0.28 | 176.28 | 0.65 | 0.44 |
| Hex | 27 | B8 | AF | 4F | 0 | 5 | 1C | B0 | 41 | 2C |
| Octal | 47 | 270 | 257 | 117 | 0 | 5 | 34 | 260 | 101 | 54 |
| Binary | 100111 | 10111000 | 10101111 | 1001111 | 0 | 101 | 11100 | 10110000 | 1000001 | 101100 |
Color Harmonies of #27B8AF
Complementary color
Monochromatic Colors of #27B8AF
Black with #27B8AF
Text Example
Text Example
White with #27B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B8AF; }
p { color: rgb(39,184,175); }
H1.HeaderClassName
{
color: #27B8AF;
}
.AnyTagClassName
{
color: #27B8AF;
}
</style>
background-color css
<style>
a { background-color: #27B8AF; }
a { background-color: rgb(39,184,175); }
div.DivClassName
{
background-color: #27B8AF;
}
.BgClassName
{
background-color: #27B8AF;
}
</style>
border-color css
<style>
span { border-color: #27B8AF; }
span { border-color: rgb(39,184,175); }
td.TdClassName
{
border-color: #27B8AF;
}
.TagClassName
{
border-color: #27B8AF;
}
</style>