Shades of Sea Green #248B5A
Tints of Sea Green #248B5A
RGB
CMYK
RGB Variations
Color information
#248B5A (or 0x248B5A) is known color: Sea Green. HEX triplet: 24, 8B and 5A. RGB value is (36,139,90). Sum of RGB (Red+Green+Blue) = 36+139+90=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #248B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B5A is #DB74A5. Grayscale: #666666. Windows color (decimal): -14382246 or 5933860. OLE color: 5933860.
HSL color Cylindrical-coordinate representation of color #248B5A: hue angle of 151.46º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248B5A is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 90 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.45 |
| HSL | 151.46º | 0.59% | 0.34% | - |
| HSV(B) | 151.46º | 0.74% | 0.55% | - |
| XYZ | 11.81 | 19.58 | 12.83 | - |
| YUV | 102.62 | 120.88 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 90 | 0.74 | 0 | 0.35 | 0.45 | 151.46 | 0.59 | 0.34 |
| Hex | 24 | 8B | 5A | 4A | 0 | 23 | 2D | 97 | 3B | 22 |
| Octal | 44 | 213 | 132 | 112 | 0 | 43 | 55 | 227 | 73 | 42 |
| Binary | 100100 | 10001011 | 1011010 | 1001010 | 0 | 100011 | 101101 | 10010111 | 111011 | 100010 |
Color Harmonies of #248B5A
Complementary color
Monochromatic Colors of #248B5A
Black with #248B5A
Text Example
Text Example
White with #248B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B5A; }
p { color: rgb(36,139,90); }
H1.HeaderClassName
{
color: #248B5A;
}
.AnyTagClassName
{
color: #248B5A;
}
</style>
background-color css
<style>
a { background-color: #248B5A; }
a { background-color: rgb(36,139,90); }
div.DivClassName
{
background-color: #248B5A;
}
.BgClassName
{
background-color: #248B5A;
}
</style>
border-color css
<style>
span { border-color: #248B5A; }
span { border-color: rgb(36,139,90); }
td.TdClassName
{
border-color: #248B5A;
}
.TagClassName
{
border-color: #248B5A;
}
</style>