Shades of Light Sea Green #2AB0B6
Tints of Light Sea Green #2AB0B6
RGB
CMYK
RGB Variations
Color information
#2AB0B6 (or 0x2AB0B6) is known color: Light Sea Green. HEX triplet: 2A, B0 and B6. RGB value is (42,176,182). Sum of RGB (Red+Green+Blue) = 42+176+182=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #2AB0B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB0B6 is #D54F49. Grayscale: #888888. Windows color (decimal): -13979466 or 11972650. OLE color: 11972650.
HSL color Cylindrical-coordinate representation of color #2AB0B6: hue angle of 182.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB0B6 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 176 | 182 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.29 |
| HSL | 182.57º | 0.63% | 0.44% | - |
| HSV(B) | 182.57º | 0.77% | 0.71% | - |
| XYZ | 24.92 | 34.92 | 49.68 | - |
| YUV | 136.62 | 153.61 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 182 | 0.77 | 0.03 | 0 | 0.29 | 182.57 | 0.63 | 0.44 |
| Hex | 2A | B0 | B6 | 4D | 3 | 0 | 1D | B7 | 3E | 2C |
| Octal | 52 | 260 | 266 | 115 | 3 | 0 | 35 | 267 | 76 | 54 |
| Binary | 101010 | 10110000 | 10110110 | 1001101 | 11 | 0 | 11101 | 10110111 | 111110 | 101100 |
Color Harmonies of #2AB0B6
Complementary color
Monochromatic Colors of #2AB0B6
Black with #2AB0B6
Text Example
Text Example
White with #2AB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB0B6; }
p { color: rgb(42,176,182); }
H1.HeaderClassName
{
color: #2AB0B6;
}
.AnyTagClassName
{
color: #2AB0B6;
}
</style>
background-color css
<style>
a { background-color: #2AB0B6; }
a { background-color: rgb(42,176,182); }
div.DivClassName
{
background-color: #2AB0B6;
}
.BgClassName
{
background-color: #2AB0B6;
}
</style>
border-color css
<style>
span { border-color: #2AB0B6; }
span { border-color: rgb(42,176,182); }
td.TdClassName
{
border-color: #2AB0B6;
}
.TagClassName
{
border-color: #2AB0B6;
}
</style>