Shades of Sea Green #249B53
Tints of Sea Green #249B53
RGB
CMYK
RGB Variations
Color information
#249B53 (or 0x249B53) is known color: Sea Green. HEX triplet: 24, 9B and 53. RGB value is (36,155,83). Sum of RGB (Red+Green+Blue) = 36+155+83=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #249B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B53 is #DB64AC. Grayscale: #6F6F6F. Windows color (decimal): -14378157 or 5479204. OLE color: 5479204.
HSL color Cylindrical-coordinate representation of color #249B53: hue angle of 143.7º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249B53 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 83 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.39 |
| HSL | 143.7º | 0.62% | 0.37% | - |
| HSV(B) | 143.7º | 0.77% | 0.61% | - |
| XYZ | 14.01 | 24.44 | 12.16 | - |
| YUV | 111.21 | 112.08 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 83 | 0.77 | 0 | 0.46 | 0.39 | 143.7 | 0.62 | 0.37 |
| Hex | 24 | 9B | 53 | 4D | 0 | 2E | 27 | 90 | 3E | 25 |
| Octal | 44 | 233 | 123 | 115 | 0 | 56 | 47 | 220 | 76 | 45 |
| Binary | 100100 | 10011011 | 1010011 | 1001101 | 0 | 101110 | 100111 | 10010000 | 111110 | 100101 |
Color Harmonies of #249B53
Complementary color
Monochromatic Colors of #249B53
Black with #249B53
Text Example
Text Example
White with #249B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B53; }
p { color: rgb(36,155,83); }
H1.HeaderClassName
{
color: #249B53;
}
.AnyTagClassName
{
color: #249B53;
}
</style>
background-color css
<style>
a { background-color: #249B53; }
a { background-color: rgb(36,155,83); }
div.DivClassName
{
background-color: #249B53;
}
.BgClassName
{
background-color: #249B53;
}
</style>
border-color css
<style>
span { border-color: #249B53; }
span { border-color: rgb(36,155,83); }
td.TdClassName
{
border-color: #249B53;
}
.TagClassName
{
border-color: #249B53;
}
</style>