Shades of Light Sea Green #28CAB0
Tints of Light Sea Green #28CAB0
RGB
CMYK
RGB Variations
Color information
#28CAB0 (or 0x28CAB0) is known color: Light Sea Green. HEX triplet: 28, CA and B0. RGB value is (40,202,176). Sum of RGB (Red+Green+Blue) = 40+202+176=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #28CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CAB0 is #D7354F. Grayscale: #969696. Windows color (decimal): -14103888 or 11586088. OLE color: 11586088.
HSL color Cylindrical-coordinate representation of color #28CAB0: hue angle of 170.37º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CAB0 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 202 | 176 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.21 |
| HSL | 170.37º | 0.67% | 0.47% | - |
| HSV(B) | 170.37º | 0.8% | 0.79% | - |
| XYZ | 29.83 | 45.83 | 48.35 | - |
| YUV | 150.6 | 142.33 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 202 | 176 | 0.80 | 0 | 0.13 | 0.21 | 170.37 | 0.67 | 0.47 |
| Hex | 28 | CA | B0 | 50 | 0 | D | 15 | AA | 43 | 2F |
| Octal | 50 | 312 | 260 | 120 | 0 | 15 | 25 | 252 | 103 | 57 |
| Binary | 101000 | 11001010 | 10110000 | 1010000 | 0 | 1101 | 10101 | 10101010 | 1000011 | 101111 |
Color Harmonies of #28CAB0
Complementary color
Monochromatic Colors of #28CAB0
Black with #28CAB0
Text Example
Text Example
White with #28CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CAB0; }
p { color: rgb(40,202,176); }
H1.HeaderClassName
{
color: #28CAB0;
}
.AnyTagClassName
{
color: #28CAB0;
}
</style>
background-color css
<style>
a { background-color: #28CAB0; }
a { background-color: rgb(40,202,176); }
div.DivClassName
{
background-color: #28CAB0;
}
.BgClassName
{
background-color: #28CAB0;
}
</style>
border-color css
<style>
span { border-color: #28CAB0; }
span { border-color: rgb(40,202,176); }
td.TdClassName
{
border-color: #28CAB0;
}
.TagClassName
{
border-color: #28CAB0;
}
</style>