Shades of Light Sea Green #28AFBD
Tints of Light Sea Green #28AFBD
RGB
CMYK
RGB Variations
Color information
#28AFBD (or 0x28AFBD) is known color: Light Sea Green. HEX triplet: 28, AF and BD. RGB value is (40,175,189). Sum of RGB (Red+Green+Blue) = 40+175+189=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #28AFBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AFBD is #D75042. Grayscale: #888888. Windows color (decimal): -14110787 or 12431144. OLE color: 12431144.
HSL color Cylindrical-coordinate representation of color #28AFBD: hue angle of 185.64º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28AFBD is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 175 | 189 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.26 |
| HSL | 185.64º | 0.65% | 0.45% | - |
| HSV(B) | 185.64º | 0.79% | 0.74% | - |
| XYZ | 25.39 | 34.79 | 53.52 | - |
| YUV | 136.23 | 157.77 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 189 | 0.79 | 0.07 | 0 | 0.26 | 185.64 | 0.65 | 0.45 |
| Hex | 28 | AF | BD | 4F | 7 | 0 | 1A | BA | 41 | 2D |
| Octal | 50 | 257 | 275 | 117 | 7 | 0 | 32 | 272 | 101 | 55 |
| Binary | 101000 | 10101111 | 10111101 | 1001111 | 111 | 0 | 11010 | 10111010 | 1000001 | 101101 |
Color Harmonies of #28AFBD
Complementary color
Monochromatic Colors of #28AFBD
Black with #28AFBD
Text Example
Text Example
White with #28AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AFBD; }
p { color: rgb(40,175,189); }
H1.HeaderClassName
{
color: #28AFBD;
}
.AnyTagClassName
{
color: #28AFBD;
}
</style>
background-color css
<style>
a { background-color: #28AFBD; }
a { background-color: rgb(40,175,189); }
div.DivClassName
{
background-color: #28AFBD;
}
.BgClassName
{
background-color: #28AFBD;
}
</style>
border-color css
<style>
span { border-color: #28AFBD; }
span { border-color: rgb(40,175,189); }
td.TdClassName
{
border-color: #28AFBD;
}
.TagClassName
{
border-color: #28AFBD;
}
</style>