Shades of Light Sea Green #28AAB0
Tints of Light Sea Green #28AAB0
RGB
CMYK
RGB Variations
Color information
#28AAB0 (or 0x28AAB0) is known color: Light Sea Green. HEX triplet: 28, AA and B0. RGB value is (40,170,176). Sum of RGB (Red+Green+Blue) = 40+170+176=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #28AAB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AAB0 is #D7554F. Grayscale: #838383. Windows color (decimal): -14112080 or 11577896. OLE color: 11577896.
HSL color Cylindrical-coordinate representation of color #28AAB0: hue angle of 182.65º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AAB0 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 170 | 176 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.31 |
| HSL | 182.65º | 0.63% | 0.42% | - |
| HSV(B) | 182.65º | 0.77% | 0.69% | - |
| XYZ | 23.09 | 32.34 | 46.1 | - |
| YUV | 131.81 | 152.93 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 176 | 0.77 | 0.03 | 0 | 0.31 | 182.65 | 0.63 | 0.42 |
| Hex | 28 | AA | B0 | 4D | 3 | 0 | 1F | B7 | 3F | 2A |
| Octal | 50 | 252 | 260 | 115 | 3 | 0 | 37 | 267 | 77 | 52 |
| Binary | 101000 | 10101010 | 10110000 | 1001101 | 11 | 0 | 11111 | 10110111 | 111111 | 101010 |
Color Harmonies of #28AAB0
Complementary color
Monochromatic Colors of #28AAB0
Black with #28AAB0
Text Example
Text Example
White with #28AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AAB0; }
p { color: rgb(40,170,176); }
H1.HeaderClassName
{
color: #28AAB0;
}
.AnyTagClassName
{
color: #28AAB0;
}
</style>
background-color css
<style>
a { background-color: #28AAB0; }
a { background-color: rgb(40,170,176); }
div.DivClassName
{
background-color: #28AAB0;
}
.BgClassName
{
background-color: #28AAB0;
}
</style>
border-color css
<style>
span { border-color: #28AAB0; }
span { border-color: rgb(40,170,176); }
td.TdClassName
{
border-color: #28AAB0;
}
.TagClassName
{
border-color: #28AAB0;
}
</style>