Shades of Light Sea Green #2CAAAF
Tints of Light Sea Green #2CAAAF
RGB
CMYK
RGB Variations
Color information
#2CAAAF (or 0x2CAAAF) is known color: Light Sea Green. HEX triplet: 2C, AA and AF. RGB value is (44,170,175). Sum of RGB (Red+Green+Blue) = 44+170+175=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #2CAAAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAAAF is #D35550. Grayscale: #848484. Windows color (decimal): -13849937 or 11512364. OLE color: 11512364.
HSL color Cylindrical-coordinate representation of color #2CAAAF: hue angle of 182.29º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAAAF is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 170 | 175 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.31 |
| HSL | 182.29º | 0.6% | 0.43% | - |
| HSV(B) | 182.29º | 0.75% | 0.69% | - |
| XYZ | 23.15 | 32.38 | 45.59 | - |
| YUV | 132.9 | 151.76 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 175 | 0.75 | 0.03 | 0 | 0.31 | 182.29 | 0.6 | 0.43 |
| Hex | 2C | AA | AF | 4B | 3 | 0 | 1F | B6 | 3C | 2B |
| Octal | 54 | 252 | 257 | 113 | 3 | 0 | 37 | 266 | 74 | 53 |
| Binary | 101100 | 10101010 | 10101111 | 1001011 | 11 | 0 | 11111 | 10110110 | 111100 | 101011 |
Color Harmonies of #2CAAAF
Complementary color
Monochromatic Colors of #2CAAAF
Black with #2CAAAF
Text Example
Text Example
White with #2CAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAAAF; }
p { color: rgb(44,170,175); }
H1.HeaderClassName
{
color: #2CAAAF;
}
.AnyTagClassName
{
color: #2CAAAF;
}
</style>
background-color css
<style>
a { background-color: #2CAAAF; }
a { background-color: rgb(44,170,175); }
div.DivClassName
{
background-color: #2CAAAF;
}
.BgClassName
{
background-color: #2CAAAF;
}
</style>
border-color css
<style>
span { border-color: #2CAAAF; }
span { border-color: rgb(44,170,175); }
td.TdClassName
{
border-color: #2CAAAF;
}
.TagClassName
{
border-color: #2CAAAF;
}
</style>