Shades of Sea Green #249B54
Tints of Sea Green #249B54
RGB
CMYK
RGB Variations
Color information
#249B54 (or 0x249B54) is known color: Sea Green. HEX triplet: 24, 9B and 54. RGB value is (36,155,84). Sum of RGB (Red+Green+Blue) = 36+155+84=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #249B54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B54 is #DB64AB. Grayscale: #6F6F6F. Windows color (decimal): -14378156 or 5544740. OLE color: 5544740.
HSL color Cylindrical-coordinate representation of color #249B54: hue angle of 144.2º 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 #249B54 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 84 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.39 |
| HSL | 144.2º | 0.62% | 0.37% | - |
| HSV(B) | 144.2º | 0.77% | 0.61% | - |
| XYZ | 14.05 | 24.46 | 12.37 | - |
| YUV | 111.33 | 112.58 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 84 | 0.77 | 0 | 0.46 | 0.39 | 144.2 | 0.62 | 0.37 |
| Hex | 24 | 9B | 54 | 4D | 0 | 2E | 27 | 90 | 3E | 25 |
| Octal | 44 | 233 | 124 | 115 | 0 | 56 | 47 | 220 | 76 | 45 |
| Binary | 100100 | 10011011 | 1010100 | 1001101 | 0 | 101110 | 100111 | 10010000 | 111110 | 100101 |
Color Harmonies of #249B54
Complementary color
Monochromatic Colors of #249B54
Black with #249B54
Text Example
Text Example
White with #249B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B54; }
p { color: rgb(36,155,84); }
H1.HeaderClassName
{
color: #249B54;
}
.AnyTagClassName
{
color: #249B54;
}
</style>
background-color css
<style>
a { background-color: #249B54; }
a { background-color: rgb(36,155,84); }
div.DivClassName
{
background-color: #249B54;
}
.BgClassName
{
background-color: #249B54;
}
</style>
border-color css
<style>
span { border-color: #249B54; }
span { border-color: rgb(36,155,84); }
td.TdClassName
{
border-color: #249B54;
}
.TagClassName
{
border-color: #249B54;
}
</style>