Shades of Light Sea Green #2ABABB
Tints of Light Sea Green #2ABABB
RGB
CMYK
RGB Variations
Color information
#2ABABB (or 0x2ABABB) is known color: Light Sea Green. HEX triplet: 2A, BA and BB. RGB value is (42,186,187). Sum of RGB (Red+Green+Blue) = 42+186+187=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #2ABABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABABB is #D54544. Grayscale: #8E8E8E. Windows color (decimal): -13976901 or 12302890. OLE color: 12302890.
HSL color Cylindrical-coordinate representation of color #2ABABB: hue angle of 180.41º 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 #2ABABB is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 187 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.27 |
| HSL | 180.41º | 0.63% | 0.45% | - |
| HSV(B) | 180.41º | 0.78% | 0.73% | - |
| XYZ | 27.48 | 39.2 | 53.13 | - |
| YUV | 143.06 | 152.79 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 187 | 0.78 | 0.01 | 0 | 0.27 | 180.41 | 0.63 | 0.45 |
| Hex | 2A | BA | BB | 4E | 1 | 0 | 1B | B4 | 3F | 2D |
| Octal | 52 | 272 | 273 | 116 | 1 | 0 | 33 | 264 | 77 | 55 |
| Binary | 101010 | 10111010 | 10111011 | 1001110 | 1 | 0 | 11011 | 10110100 | 111111 | 101101 |
Color Harmonies of #2ABABB
Complementary color
Monochromatic Colors of #2ABABB
Black with #2ABABB
Text Example
Text Example
White with #2ABABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABABB; }
p { color: rgb(42,186,187); }
H1.HeaderClassName
{
color: #2ABABB;
}
.AnyTagClassName
{
color: #2ABABB;
}
</style>
background-color css
<style>
a { background-color: #2ABABB; }
a { background-color: rgb(42,186,187); }
div.DivClassName
{
background-color: #2ABABB;
}
.BgClassName
{
background-color: #2ABABB;
}
</style>
border-color css
<style>
span { border-color: #2ABABB; }
span { border-color: rgb(42,186,187); }
td.TdClassName
{
border-color: #2ABABB;
}
.TagClassName
{
border-color: #2ABABB;
}
</style>