Shades of Light Sea Green #2CA8AB
Tints of Light Sea Green #2CA8AB
RGB
CMYK
RGB Variations
Color information
#2CA8AB (or 0x2CA8AB) is known color: Light Sea Green. HEX triplet: 2C, A8 and AB. RGB value is (44,168,171). Sum of RGB (Red+Green+Blue) = 44+168+171=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #2CA8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA8AB is #D35754. Grayscale: #838383. Windows color (decimal): -13850453 or 11249708. OLE color: 11249708.
HSL color Cylindrical-coordinate representation of color #2CA8AB: hue angle of 181.42º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA8AB is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 168 | 171 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.33 |
| HSL | 181.42º | 0.59% | 0.42% | - |
| HSV(B) | 181.42º | 0.74% | 0.67% | - |
| XYZ | 22.39 | 31.48 | 43.42 | - |
| YUV | 131.27 | 150.42 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 168 | 171 | 0.74 | 0.02 | 0 | 0.33 | 181.42 | 0.59 | 0.42 |
| Hex | 2C | A8 | AB | 4A | 2 | 0 | 21 | B5 | 3B | 2A |
| Octal | 54 | 250 | 253 | 112 | 2 | 0 | 41 | 265 | 73 | 52 |
| Binary | 101100 | 10101000 | 10101011 | 1001010 | 10 | 0 | 100001 | 10110101 | 111011 | 101010 |
Color Harmonies of #2CA8AB
Complementary color
Monochromatic Colors of #2CA8AB
Black with #2CA8AB
Text Example
Text Example
White with #2CA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA8AB; }
p { color: rgb(44,168,171); }
H1.HeaderClassName
{
color: #2CA8AB;
}
.AnyTagClassName
{
color: #2CA8AB;
}
</style>
background-color css
<style>
a { background-color: #2CA8AB; }
a { background-color: rgb(44,168,171); }
div.DivClassName
{
background-color: #2CA8AB;
}
.BgClassName
{
background-color: #2CA8AB;
}
</style>
border-color css
<style>
span { border-color: #2CA8AB; }
span { border-color: rgb(44,168,171); }
td.TdClassName
{
border-color: #2CA8AB;
}
.TagClassName
{
border-color: #2CA8AB;
}
</style>