Shades of Light Sea Green #2AB6BD
Tints of Light Sea Green #2AB6BD
RGB
CMYK
RGB Variations
Color information
#2AB6BD (or 0x2AB6BD) is known color: Light Sea Green. HEX triplet: 2A, B6 and BD. RGB value is (42,182,189). Sum of RGB (Red+Green+Blue) = 42+182+189=413 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.17% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #2AB6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB6BD is #D54942. Grayscale: #8C8C8C. Windows color (decimal): -13977923 or 12432938. OLE color: 12432938.
HSL color Cylindrical-coordinate representation of color #2AB6BD: hue angle of 182.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AB6BD is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 182 | 189 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.26 |
| HSL | 182.86º | 0.64% | 0.45% | - |
| HSV(B) | 182.86º | 0.78% | 0.74% | - |
| XYZ | 26.87 | 37.62 | 53.99 | - |
| YUV | 140.94 | 155.12 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 189 | 0.78 | 0.04 | 0 | 0.26 | 182.86 | 0.64 | 0.45 |
| Hex | 2A | B6 | BD | 4E | 4 | 0 | 1A | B7 | 40 | 2D |
| Octal | 52 | 266 | 275 | 116 | 4 | 0 | 32 | 267 | 100 | 55 |
| Binary | 101010 | 10110110 | 10111101 | 1001110 | 100 | 0 | 11010 | 10110111 | 1000000 | 101101 |
Color Harmonies of #2AB6BD
Complementary color
Monochromatic Colors of #2AB6BD
Black with #2AB6BD
Text Example
Text Example
White with #2AB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB6BD; }
p { color: rgb(42,182,189); }
H1.HeaderClassName
{
color: #2AB6BD;
}
.AnyTagClassName
{
color: #2AB6BD;
}
</style>
background-color css
<style>
a { background-color: #2AB6BD; }
a { background-color: rgb(42,182,189); }
div.DivClassName
{
background-color: #2AB6BD;
}
.BgClassName
{
background-color: #2AB6BD;
}
</style>
border-color css
<style>
span { border-color: #2AB6BD; }
span { border-color: rgb(42,182,189); }
td.TdClassName
{
border-color: #2AB6BD;
}
.TagClassName
{
border-color: #2AB6BD;
}
</style>