Shades of Light Sea Green #2BA5AA
Tints of Light Sea Green #2BA5AA
RGB
CMYK
RGB Variations
Color information
#2BA5AA (or 0x2BA5AA) is known color: Light Sea Green. HEX triplet: 2B, A5 and AA. RGB value is (43,165,170). Sum of RGB (Red+Green+Blue) = 43+165+170=378 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.38% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #2BA5AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA5AA is #D45A55. Grayscale: #808080. Windows color (decimal): -13916758 or 11183403. OLE color: 11183403.
HSL color Cylindrical-coordinate representation of color #2BA5AA: hue angle of 182.36º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA5AA is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 165 | 170 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.33 |
| HSL | 182.36º | 0.6% | 0.42% | - |
| HSV(B) | 182.36º | 0.75% | 0.67% | - |
| XYZ | 21.71 | 30.33 | 42.74 | - |
| YUV | 129.09 | 151.08 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 170 | 0.75 | 0.03 | 0 | 0.33 | 182.36 | 0.6 | 0.42 |
| Hex | 2B | A5 | AA | 4B | 3 | 0 | 21 | B6 | 3C | 2A |
| Octal | 53 | 245 | 252 | 113 | 3 | 0 | 41 | 266 | 74 | 52 |
| Binary | 101011 | 10100101 | 10101010 | 1001011 | 11 | 0 | 100001 | 10110110 | 111100 | 101010 |
Color Harmonies of #2BA5AA
Complementary color
Monochromatic Colors of #2BA5AA
Black with #2BA5AA
Text Example
Text Example
White with #2BA5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA5AA; }
p { color: rgb(43,165,170); }
H1.HeaderClassName
{
color: #2BA5AA;
}
.AnyTagClassName
{
color: #2BA5AA;
}
</style>
background-color css
<style>
a { background-color: #2BA5AA; }
a { background-color: rgb(43,165,170); }
div.DivClassName
{
background-color: #2BA5AA;
}
.BgClassName
{
background-color: #2BA5AA;
}
</style>
border-color css
<style>
span { border-color: #2BA5AA; }
span { border-color: rgb(43,165,170); }
td.TdClassName
{
border-color: #2BA5AA;
}
.TagClassName
{
border-color: #2BA5AA;
}
</style>