Shades of Light Sea Green #28B4BC
Tints of Light Sea Green #28B4BC
RGB
CMYK
RGB Variations
Color information
#28B4BC (or 0x28B4BC) is known color: Light Sea Green. HEX triplet: 28, B4 and BC. RGB value is (40,180,188). Sum of RGB (Red+Green+Blue) = 40+180+188=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #28B4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28B4BC is #D74B43. Grayscale: #8A8A8A. Windows color (decimal): -14109508 or 12366888. OLE color: 12366888.
HSL color Cylindrical-coordinate representation of color #28B4BC: hue angle of 183.24º 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 #28B4BC is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 180 | 188 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.26 |
| HSL | 183.24º | 0.65% | 0.45% | - |
| HSV(B) | 183.24º | 0.79% | 0.74% | - |
| XYZ | 26.27 | 36.72 | 53.28 | - |
| YUV | 139.05 | 155.62 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 180 | 188 | 0.79 | 0.04 | 0 | 0.26 | 183.24 | 0.65 | 0.45 |
| Hex | 28 | B4 | BC | 4F | 4 | 0 | 1A | B7 | 41 | 2D |
| Octal | 50 | 264 | 274 | 117 | 4 | 0 | 32 | 267 | 101 | 55 |
| Binary | 101000 | 10110100 | 10111100 | 1001111 | 100 | 0 | 11010 | 10110111 | 1000001 | 101101 |
Color Harmonies of #28B4BC
Complementary color
Monochromatic Colors of #28B4BC
Black with #28B4BC
Text Example
Text Example
White with #28B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B4BC; }
p { color: rgb(40,180,188); }
H1.HeaderClassName
{
color: #28B4BC;
}
.AnyTagClassName
{
color: #28B4BC;
}
</style>
background-color css
<style>
a { background-color: #28B4BC; }
a { background-color: rgb(40,180,188); }
div.DivClassName
{
background-color: #28B4BC;
}
.BgClassName
{
background-color: #28B4BC;
}
</style>
border-color css
<style>
span { border-color: #28B4BC; }
span { border-color: rgb(40,180,188); }
td.TdClassName
{
border-color: #28B4BC;
}
.TagClassName
{
border-color: #28B4BC;
}
</style>