Shades of Sea Green #248A53
Tints of Sea Green #248A53
RGB
CMYK
RGB Variations
Color information
#248A53 (or 0x248A53) is known color: Sea Green. HEX triplet: 24, 8A and 53. RGB value is (36,138,83). Sum of RGB (Red+Green+Blue) = 36+138+83=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #248A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A53 is #DB75AC. Grayscale: #656565. Windows color (decimal): -14382509 or 5474852. OLE color: 5474852.
HSL color Cylindrical-coordinate representation of color #248A53: hue angle of 147.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A53 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 83 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.46 |
| HSL | 147.65º | 0.59% | 0.34% | - |
| HSV(B) | 147.65º | 0.74% | 0.54% | - |
| XYZ | 11.38 | 19.18 | 11.29 | - |
| YUV | 101.23 | 117.71 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 83 | 0.74 | 0 | 0.40 | 0.46 | 147.65 | 0.59 | 0.34 |
| Hex | 24 | 8A | 53 | 4A | 0 | 28 | 2E | 94 | 3B | 22 |
| Octal | 44 | 212 | 123 | 112 | 0 | 50 | 56 | 224 | 73 | 42 |
| Binary | 100100 | 10001010 | 1010011 | 1001010 | 0 | 101000 | 101110 | 10010100 | 111011 | 100010 |
Color Harmonies of #248A53
Complementary color
Monochromatic Colors of #248A53
Black with #248A53
Text Example
Text Example
White with #248A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A53; }
p { color: rgb(36,138,83); }
H1.HeaderClassName
{
color: #248A53;
}
.AnyTagClassName
{
color: #248A53;
}
</style>
background-color css
<style>
a { background-color: #248A53; }
a { background-color: rgb(36,138,83); }
div.DivClassName
{
background-color: #248A53;
}
.BgClassName
{
background-color: #248A53;
}
</style>
border-color css
<style>
span { border-color: #248A53; }
span { border-color: rgb(36,138,83); }
td.TdClassName
{
border-color: #248A53;
}
.TagClassName
{
border-color: #248A53;
}
</style>