Shades of Light Sea Green #27C2AF
Tints of Light Sea Green #27C2AF
RGB
CMYK
RGB Variations
Color information
#27C2AF (or 0x27C2AF) is known color: Light Sea Green. HEX triplet: 27, C2 and AF. RGB value is (39,194,175). Sum of RGB (Red+Green+Blue) = 39+194+175=408 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.56% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #27C2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27C2AF is #D83D50. Grayscale: #919191. Windows color (decimal): -14171473 or 11518503. OLE color: 11518503.
HSL color Cylindrical-coordinate representation of color #27C2AF: hue angle of 172.65º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C2AF is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 194 | 175 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.24 |
| HSL | 172.65º | 0.67% | 0.46% | - |
| HSV(B) | 172.65º | 0.8% | 0.76% | - |
| XYZ | 27.87 | 42.11 | 47.22 | - |
| YUV | 145.49 | 144.65 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 194 | 175 | 0.80 | 0 | 0.10 | 0.24 | 172.65 | 0.67 | 0.46 |
| Hex | 27 | C2 | AF | 50 | 0 | A | 18 | AD | 43 | 2E |
| Octal | 47 | 302 | 257 | 120 | 0 | 12 | 30 | 255 | 103 | 56 |
| Binary | 100111 | 11000010 | 10101111 | 1010000 | 0 | 1010 | 11000 | 10101101 | 1000011 | 101110 |
Color Harmonies of #27C2AF
Complementary color
Monochromatic Colors of #27C2AF
Black with #27C2AF
Text Example
Text Example
White with #27C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C2AF; }
p { color: rgb(39,194,175); }
H1.HeaderClassName
{
color: #27C2AF;
}
.AnyTagClassName
{
color: #27C2AF;
}
</style>
background-color css
<style>
a { background-color: #27C2AF; }
a { background-color: rgb(39,194,175); }
div.DivClassName
{
background-color: #27C2AF;
}
.BgClassName
{
background-color: #27C2AF;
}
</style>
border-color css
<style>
span { border-color: #27C2AF; }
span { border-color: rgb(39,194,175); }
td.TdClassName
{
border-color: #27C2AF;
}
.TagClassName
{
border-color: #27C2AF;
}
</style>