Shades of Light Sea Green #28BEBE
Tints of Light Sea Green #28BEBE
RGB
CMYK
RGB Variations
Color information
#28BEBE (or 0x28BEBE) is known color: Light Sea Green. HEX triplet: 28, BE and BE. RGB value is (40,190,190). Sum of RGB (Red+Green+Blue) = 40+190+190=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #28BEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BEBE is #D74141. Grayscale: #919191. Windows color (decimal): -14106946 or 12500520. OLE color: 12500520.
HSL color Cylindrical-coordinate representation of color #28BEBE: hue angle of 180º 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 #28BEBE is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 190 | 190 | - |
| CMYK | 0.79 | 0 | 0 | 0.25 |
| HSL | 180º | 0.65% | 0.45% | - |
| HSV(B) | 180º | 0.79% | 0.75% | - |
| XYZ | 28.58 | 41 | 55.12 | - |
| YUV | 145.15 | 153.31 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 190 | 190 | 0.79 | 0 | 0 | 0.25 | 180 | 0.65 | 0.45 |
| Hex | 28 | BE | BE | 4F | 0 | 0 | 19 | B4 | 41 | 2D |
| Octal | 50 | 276 | 276 | 117 | 0 | 0 | 31 | 264 | 101 | 55 |
| Binary | 101000 | 10111110 | 10111110 | 1001111 | 0 | 0 | 11001 | 10110100 | 1000001 | 101101 |
Color Harmonies of #28BEBE
Complementary color
Monochromatic Colors of #28BEBE
Black with #28BEBE
Text Example
Text Example
White with #28BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BEBE; }
p { color: rgb(40,190,190); }
H1.HeaderClassName
{
color: #28BEBE;
}
.AnyTagClassName
{
color: #28BEBE;
}
</style>
background-color css
<style>
a { background-color: #28BEBE; }
a { background-color: rgb(40,190,190); }
div.DivClassName
{
background-color: #28BEBE;
}
.BgClassName
{
background-color: #28BEBE;
}
</style>
border-color css
<style>
span { border-color: #28BEBE; }
span { border-color: rgb(40,190,190); }
td.TdClassName
{
border-color: #28BEBE;
}
.TagClassName
{
border-color: #28BEBE;
}
</style>