Shades of Sea Green #248553
Tints of Sea Green #248553
RGB
CMYK
RGB Variations
Color information
#248553 (or 0x248553) is known color: Sea Green. HEX triplet: 24, 85 and 53. RGB value is (36,133,83). Sum of RGB (Red+Green+Blue) = 36+133+83=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #248553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248553 is #DB7AAC. Grayscale: #626262. Windows color (decimal): -14383789 or 5473572. OLE color: 5473572.
HSL color Cylindrical-coordinate representation of color #248553: hue angle of 149.07º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248553 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 133 | 83 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.48 |
| HSL | 149.07º | 0.57% | 0.33% | - |
| HSV(B) | 149.07º | 0.73% | 0.52% | - |
| XYZ | 10.68 | 17.77 | 11.05 | - |
| YUV | 98.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 83 | 0.73 | 0 | 0.38 | 0.48 | 149.07 | 0.57 | 0.33 |
| Hex | 24 | 85 | 53 | 49 | 0 | 26 | 30 | 95 | 39 | 21 |
| Octal | 44 | 205 | 123 | 111 | 0 | 46 | 60 | 225 | 71 | 41 |
| Binary | 100100 | 10000101 | 1010011 | 1001001 | 0 | 100110 | 110000 | 10010101 | 111001 | 100001 |
Color Harmonies of #248553
Complementary color
Monochromatic Colors of #248553
Black with #248553
Text Example
Text Example
White with #248553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248553; }
p { color: rgb(36,133,83); }
H1.HeaderClassName
{
color: #248553;
}
.AnyTagClassName
{
color: #248553;
}
</style>
background-color css
<style>
a { background-color: #248553; }
a { background-color: rgb(36,133,83); }
div.DivClassName
{
background-color: #248553;
}
.BgClassName
{
background-color: #248553;
}
</style>
border-color css
<style>
span { border-color: #248553; }
span { border-color: rgb(36,133,83); }
td.TdClassName
{
border-color: #248553;
}
.TagClassName
{
border-color: #248553;
}
</style>