Shades of Light Sea Green #2AB2BB
Tints of Light Sea Green #2AB2BB
RGB
CMYK
RGB Variations
Color information
#2AB2BB (or 0x2AB2BB) is known color: Light Sea Green. HEX triplet: 2A, B2 and BB. RGB value is (42,178,187). Sum of RGB (Red+Green+Blue) = 42+178+187=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #2AB2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB2BB is #D54D44. Grayscale: #8A8A8A. Windows color (decimal): -13978949 or 12300842. OLE color: 12300842.
HSL color Cylindrical-coordinate representation of color #2AB2BB: hue angle of 183.72º 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 #2AB2BB is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 178 | 187 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.27 |
| HSL | 183.72º | 0.63% | 0.45% | - |
| HSV(B) | 183.72º | 0.78% | 0.73% | - |
| XYZ | 25.84 | 35.92 | 52.58 | - |
| YUV | 138.36 | 155.44 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 187 | 0.78 | 0.05 | 0 | 0.27 | 183.72 | 0.63 | 0.45 |
| Hex | 2A | B2 | BB | 4E | 5 | 0 | 1B | B8 | 3F | 2D |
| Octal | 52 | 262 | 273 | 116 | 5 | 0 | 33 | 270 | 77 | 55 |
| Binary | 101010 | 10110010 | 10111011 | 1001110 | 101 | 0 | 11011 | 10111000 | 111111 | 101101 |
Color Harmonies of #2AB2BB
Complementary color
Monochromatic Colors of #2AB2BB
Black with #2AB2BB
Text Example
Text Example
White with #2AB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB2BB; }
p { color: rgb(42,178,187); }
H1.HeaderClassName
{
color: #2AB2BB;
}
.AnyTagClassName
{
color: #2AB2BB;
}
</style>
background-color css
<style>
a { background-color: #2AB2BB; }
a { background-color: rgb(42,178,187); }
div.DivClassName
{
background-color: #2AB2BB;
}
.BgClassName
{
background-color: #2AB2BB;
}
</style>
border-color css
<style>
span { border-color: #2AB2BB; }
span { border-color: rgb(42,178,187); }
td.TdClassName
{
border-color: #2AB2BB;
}
.TagClassName
{
border-color: #2AB2BB;
}
</style>