Shades of Light Sea Green #2ABDBE
Tints of Light Sea Green #2ABDBE
RGB
CMYK
RGB Variations
Color information
#2ABDBE (or 0x2ABDBE) is known color: Light Sea Green. HEX triplet: 2A, BD and BE. RGB value is (42,189,190). Sum of RGB (Red+Green+Blue) = 42+189+190=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #2ABDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDBE is #D54241. Grayscale: #919191. Windows color (decimal): -13976130 or 12500266. OLE color: 12500266.
HSL color Cylindrical-coordinate representation of color #2ABDBE: hue angle of 180.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABDBE is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 189 | 190 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.25 |
| HSL | 180.41º | 0.64% | 0.45% | - |
| HSV(B) | 180.41º | 0.78% | 0.75% | - |
| XYZ | 28.45 | 40.61 | 55.05 | - |
| YUV | 145.16 | 153.3 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 190 | 0.78 | 0.01 | 0 | 0.25 | 180.41 | 0.64 | 0.45 |
| Hex | 2A | BD | BE | 4E | 1 | 0 | 19 | B4 | 40 | 2D |
| Octal | 52 | 275 | 276 | 116 | 1 | 0 | 31 | 264 | 100 | 55 |
| Binary | 101010 | 10111101 | 10111110 | 1001110 | 1 | 0 | 11001 | 10110100 | 1000000 | 101101 |
Color Harmonies of #2ABDBE
Complementary color
Monochromatic Colors of #2ABDBE
Black with #2ABDBE
Text Example
Text Example
White with #2ABDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDBE; }
p { color: rgb(42,189,190); }
H1.HeaderClassName
{
color: #2ABDBE;
}
.AnyTagClassName
{
color: #2ABDBE;
}
</style>
background-color css
<style>
a { background-color: #2ABDBE; }
a { background-color: rgb(42,189,190); }
div.DivClassName
{
background-color: #2ABDBE;
}
.BgClassName
{
background-color: #2ABDBE;
}
</style>
border-color css
<style>
span { border-color: #2ABDBE; }
span { border-color: rgb(42,189,190); }
td.TdClassName
{
border-color: #2ABDBE;
}
.TagClassName
{
border-color: #2ABDBE;
}
</style>