Shades of Light Sea Green #28BEA8
Tints of Light Sea Green #28BEA8
RGB
CMYK
RGB Variations
Color information
#28BEA8 (or 0x28BEA8) is known color: Light Sea Green. HEX triplet: 28, BE and A8. RGB value is (40,190,168). Sum of RGB (Red+Green+Blue) = 40+190+168=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #28BEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BEA8 is #D74157. Grayscale: #8E8E8E. Windows color (decimal): -14106968 or 11058728. OLE color: 11058728.
HSL color Cylindrical-coordinate representation of color #28BEA8: hue angle of 171.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BEA8 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 40 | 190 | 168 | - |
CMYK | 0.79 | 0 | 0.12 | 0.25 |
HSL | 171.2º | 0.65% | 0.45% | - |
HSV(B) | 171.2º | 0.79% | 0.75% | - |
XYZ | 26.36 | 40.11 | 43.4 | - |
YUV | 142.64 | 142.31 | 54.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 190 | 168 | 0.79 | 0 | 0.12 | 0.25 | 171.2 | 0.65 | 0.45 |
Hex | 28 | BE | A8 | 4F | 0 | C | 19 | AB | 41 | 2D |
Octal | 50 | 276 | 250 | 117 | 0 | 14 | 31 | 253 | 101 | 55 |
Binary | 101000 | 10111110 | 10101000 | 1001111 | 0 | 1100 | 11001 | 10101011 | 1000001 | 101101 |
Color Harmonies of #28BEA8
Complementary color
Monochromatic Colors of #28BEA8
Black with #28BEA8
Text Example
Text Example
White with #28BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BEA8; }
p { color: rgb(40,190,168); }
H1.HeaderClassName
{
color: #28BEA8;
}
.AnyTagClassName
{
color: #28BEA8;
}
</style>
background-color css
<style>
a { background-color: #28BEA8; }
a { background-color: rgb(40,190,168); }
div.DivClassName
{
background-color: #28BEA8;
}
.BgClassName
{
background-color: #28BEA8;
}
</style>
border-color css
<style>
span { border-color: #28BEA8; }
span { border-color: rgb(40,190,168); }
td.TdClassName
{
border-color: #28BEA8;
}
.TagClassName
{
border-color: #28BEA8;
}
</style>