Shades of Sea Green #248A55
Tints of Sea Green #248A55
RGB
CMYK
RGB Variations
Color information
#248A55 (or 0x248A55) is known color: Sea Green. HEX triplet: 24, 8A and 55. RGB value is (36,138,85). Sum of RGB (Red+Green+Blue) = 36+138+85=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #248A55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A55 is #DB75AA. Grayscale: #656565. Windows color (decimal): -14382507 or 5605924. OLE color: 5605924.
HSL color Cylindrical-coordinate representation of color #248A55: hue angle of 148.82º 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 #248A55 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 85 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.46 |
| HSL | 148.82º | 0.59% | 0.34% | - |
| HSV(B) | 148.82º | 0.74% | 0.54% | - |
| XYZ | 11.46 | 19.21 | 11.7 | - |
| YUV | 101.46 | 118.71 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 85 | 0.74 | 0 | 0.38 | 0.46 | 148.82 | 0.59 | 0.34 |
| Hex | 24 | 8A | 55 | 4A | 0 | 26 | 2E | 95 | 3B | 22 |
| Octal | 44 | 212 | 125 | 112 | 0 | 46 | 56 | 225 | 73 | 42 |
| Binary | 100100 | 10001010 | 1010101 | 1001010 | 0 | 100110 | 101110 | 10010101 | 111011 | 100010 |
Color Harmonies of #248A55
Complementary color
Monochromatic Colors of #248A55
Black with #248A55
Text Example
Text Example
White with #248A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A55; }
p { color: rgb(36,138,85); }
H1.HeaderClassName
{
color: #248A55;
}
.AnyTagClassName
{
color: #248A55;
}
</style>
background-color css
<style>
a { background-color: #248A55; }
a { background-color: rgb(36,138,85); }
div.DivClassName
{
background-color: #248A55;
}
.BgClassName
{
background-color: #248A55;
}
</style>
border-color css
<style>
span { border-color: #248A55; }
span { border-color: rgb(36,138,85); }
td.TdClassName
{
border-color: #248A55;
}
.TagClassName
{
border-color: #248A55;
}
</style>