Shades of Light Sea Green #28AFB5
Tints of Light Sea Green #28AFB5
RGB
CMYK
RGB Variations
Color information
#28AFB5 (or 0x28AFB5) is known color: Light Sea Green. HEX triplet: 28, AF and B5. RGB value is (40,175,181). Sum of RGB (Red+Green+Blue) = 40+175+181=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #28AFB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AFB5 is #D7504A. Grayscale: #878787. Windows color (decimal): -14110795 or 11906856. OLE color: 11906856.
HSL color Cylindrical-coordinate representation of color #28AFB5: hue angle of 182.55º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28AFB5 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 175 | 181 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.29 |
| HSL | 182.55º | 0.64% | 0.43% | - |
| HSV(B) | 182.55º | 0.78% | 0.71% | - |
| XYZ | 24.55 | 34.45 | 49.07 | - |
| YUV | 135.32 | 153.77 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 181 | 0.78 | 0.03 | 0 | 0.29 | 182.55 | 0.64 | 0.43 |
| Hex | 28 | AF | B5 | 4E | 3 | 0 | 1D | B7 | 40 | 2B |
| Octal | 50 | 257 | 265 | 116 | 3 | 0 | 35 | 267 | 100 | 53 |
| Binary | 101000 | 10101111 | 10110101 | 1001110 | 11 | 0 | 11101 | 10110111 | 1000000 | 101011 |
Color Harmonies of #28AFB5
Complementary color
Monochromatic Colors of #28AFB5
Black with #28AFB5
Text Example
Text Example
White with #28AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AFB5; }
p { color: rgb(40,175,181); }
H1.HeaderClassName
{
color: #28AFB5;
}
.AnyTagClassName
{
color: #28AFB5;
}
</style>
background-color css
<style>
a { background-color: #28AFB5; }
a { background-color: rgb(40,175,181); }
div.DivClassName
{
background-color: #28AFB5;
}
.BgClassName
{
background-color: #28AFB5;
}
</style>
border-color css
<style>
span { border-color: #28AFB5; }
span { border-color: rgb(40,175,181); }
td.TdClassName
{
border-color: #28AFB5;
}
.TagClassName
{
border-color: #28AFB5;
}
</style>