Shades of Light Sea Green #2AD0B7
Tints of Light Sea Green #2AD0B7
RGB
CMYK
RGB Variations
Color information
#2AD0B7 (or 0x2AD0B7) is known color: Light Sea Green. HEX triplet: 2A, D0 and B7. RGB value is (42,208,183). Sum of RGB (Red+Green+Blue) = 42+208+183=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD0B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD0B7 is #D52F48. Grayscale: #9B9B9B. Windows color (decimal): -13971273 or 12046378. OLE color: 12046378.
HSL color Cylindrical-coordinate representation of color #2AD0B7: hue angle of 170.96º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD0B7 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 183 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.18 |
| HSL | 170.96º | 0.66% | 0.49% | - |
| HSV(B) | 170.96º | 0.8% | 0.82% | - |
| XYZ | 32.06 | 49.02 | 52.57 | - |
| YUV | 155.52 | 143.5 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 183 | 0.80 | 0 | 0.12 | 0.18 | 170.96 | 0.66 | 0.49 |
| Hex | 2A | D0 | B7 | 50 | 0 | C | 12 | AB | 42 | 31 |
| Octal | 52 | 320 | 267 | 120 | 0 | 14 | 22 | 253 | 102 | 61 |
| Binary | 101010 | 11010000 | 10110111 | 1010000 | 0 | 1100 | 10010 | 10101011 | 1000010 | 110001 |
Color Harmonies of #2AD0B7
Complementary color
Monochromatic Colors of #2AD0B7
Black with #2AD0B7
Text Example
Text Example
White with #2AD0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD0B7; }
p { color: rgb(42,208,183); }
H1.HeaderClassName
{
color: #2AD0B7;
}
.AnyTagClassName
{
color: #2AD0B7;
}
</style>
background-color css
<style>
a { background-color: #2AD0B7; }
a { background-color: rgb(42,208,183); }
div.DivClassName
{
background-color: #2AD0B7;
}
.BgClassName
{
background-color: #2AD0B7;
}
</style>
border-color css
<style>
span { border-color: #2AD0B7; }
span { border-color: rgb(42,208,183); }
td.TdClassName
{
border-color: #2AD0B7;
}
.TagClassName
{
border-color: #2AD0B7;
}
</style>