Shades of Light Sea Green #28B5BC
Tints of Light Sea Green #28B5BC
RGB
CMYK
RGB Variations
Color information
#28B5BC (or 0x28B5BC) is known color: Light Sea Green. HEX triplet: 28, B5 and BC. RGB value is (40,181,188). Sum of RGB (Red+Green+Blue) = 40+181+188=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #28B5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28B5BC is #D74A43. Grayscale: #8B8B8B. Windows color (decimal): -14109252 or 12367144. OLE color: 12367144.
HSL color Cylindrical-coordinate representation of color #28B5BC: hue angle of 182.84º 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 #28B5BC is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 181 | 188 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.26 |
| HSL | 182.84º | 0.65% | 0.45% | - |
| HSV(B) | 182.84º | 0.79% | 0.74% | - |
| XYZ | 26.48 | 37.13 | 53.35 | - |
| YUV | 139.64 | 155.29 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 181 | 188 | 0.79 | 0.04 | 0 | 0.26 | 182.84 | 0.65 | 0.45 |
| Hex | 28 | B5 | BC | 4F | 4 | 0 | 1A | B7 | 41 | 2D |
| Octal | 50 | 265 | 274 | 117 | 4 | 0 | 32 | 267 | 101 | 55 |
| Binary | 101000 | 10110101 | 10111100 | 1001111 | 100 | 0 | 11010 | 10110111 | 1000001 | 101101 |
Color Harmonies of #28B5BC
Complementary color
Monochromatic Colors of #28B5BC
Black with #28B5BC
Text Example
Text Example
White with #28B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B5BC; }
p { color: rgb(40,181,188); }
H1.HeaderClassName
{
color: #28B5BC;
}
.AnyTagClassName
{
color: #28B5BC;
}
</style>
background-color css
<style>
a { background-color: #28B5BC; }
a { background-color: rgb(40,181,188); }
div.DivClassName
{
background-color: #28B5BC;
}
.BgClassName
{
background-color: #28B5BC;
}
</style>
border-color css
<style>
span { border-color: #28B5BC; }
span { border-color: rgb(40,181,188); }
td.TdClassName
{
border-color: #28B5BC;
}
.TagClassName
{
border-color: #28B5BC;
}
</style>