Shades of Light Sea Green #2AB5BB
Tints of Light Sea Green #2AB5BB
RGB
CMYK
RGB Variations
Color information
#2AB5BB (or 0x2AB5BB) is known color: Light Sea Green. HEX triplet: 2A, B5 and BB. RGB value is (42,181,187). Sum of RGB (Red+Green+Blue) = 42+181+187=410 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.24% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #2AB5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB5BB is #D54A44. Grayscale: #8B8B8B. Windows color (decimal): -13978181 or 12301610. OLE color: 12301610.
HSL color Cylindrical-coordinate representation of color #2AB5BB: hue angle of 182.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AB5BB is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 181 | 187 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.27 |
| HSL | 182.48º | 0.63% | 0.45% | - |
| HSV(B) | 182.48º | 0.78% | 0.73% | - |
| XYZ | 26.45 | 37.13 | 52.79 | - |
| YUV | 140.12 | 154.45 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 187 | 0.78 | 0.03 | 0 | 0.27 | 182.48 | 0.63 | 0.45 |
| Hex | 2A | B5 | BB | 4E | 3 | 0 | 1B | B6 | 3F | 2D |
| Octal | 52 | 265 | 273 | 116 | 3 | 0 | 33 | 266 | 77 | 55 |
| Binary | 101010 | 10110101 | 10111011 | 1001110 | 11 | 0 | 11011 | 10110110 | 111111 | 101101 |
Color Harmonies of #2AB5BB
Complementary color
Monochromatic Colors of #2AB5BB
Black with #2AB5BB
Text Example
Text Example
White with #2AB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB5BB; }
p { color: rgb(42,181,187); }
H1.HeaderClassName
{
color: #2AB5BB;
}
.AnyTagClassName
{
color: #2AB5BB;
}
</style>
background-color css
<style>
a { background-color: #2AB5BB; }
a { background-color: rgb(42,181,187); }
div.DivClassName
{
background-color: #2AB5BB;
}
.BgClassName
{
background-color: #2AB5BB;
}
</style>
border-color css
<style>
span { border-color: #2AB5BB; }
span { border-color: rgb(42,181,187); }
td.TdClassName
{
border-color: #2AB5BB;
}
.TagClassName
{
border-color: #2AB5BB;
}
</style>