Shades of Light Sea Green #2CB9AF
Tints of Light Sea Green #2CB9AF
RGB
CMYK
RGB Variations
Color information
#2CB9AF (or 0x2CB9AF) is known color: Light Sea Green. HEX triplet: 2C, B9 and AF. RGB value is (44,185,175). Sum of RGB (Red+Green+Blue) = 44+185+175=404 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.89% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB9AF is #D34650. Grayscale: #8D8D8D. Windows color (decimal): -13846097 or 11516204. OLE color: 11516204.
HSL color Cylindrical-coordinate representation of color #2CB9AF: hue angle of 175.74º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB9AF is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 44 | 185 | 175 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.27 |
| HSL | 175.74º | 0.62% | 0.45% | - |
| HSV(B) | 175.74º | 0.76% | 0.73% | - |
| XYZ | 26.13 | 38.33 | 46.58 | - |
| YUV | 141.7 | 146.79 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 185 | 175 | 0.76 | 0 | 0.05 | 0.27 | 175.74 | 0.62 | 0.45 |
| Hex | 2C | B9 | AF | 4C | 0 | 5 | 1B | B0 | 3E | 2D |
| Octal | 54 | 271 | 257 | 114 | 0 | 5 | 33 | 260 | 76 | 55 |
| Binary | 101100 | 10111001 | 10101111 | 1001100 | 0 | 101 | 11011 | 10110000 | 111110 | 101101 |
Color Harmonies of #2CB9AF
Complementary color
Monochromatic Colors of #2CB9AF
Black with #2CB9AF
Text Example
Text Example
White with #2CB9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB9AF; }
p { color: rgb(44,185,175); }
H1.HeaderClassName
{
color: #2CB9AF;
}
.AnyTagClassName
{
color: #2CB9AF;
}
</style>
background-color css
<style>
a { background-color: #2CB9AF; }
a { background-color: rgb(44,185,175); }
div.DivClassName
{
background-color: #2CB9AF;
}
.BgClassName
{
background-color: #2CB9AF;
}
</style>
border-color css
<style>
span { border-color: #2CB9AF; }
span { border-color: rgb(44,185,175); }
td.TdClassName
{
border-color: #2CB9AF;
}
.TagClassName
{
border-color: #2CB9AF;
}
</style>