Shades of Sea Green #248B5D
Tints of Sea Green #248B5D
RGB
CMYK
RGB Variations
Color information
#248B5D (or 0x248B5D) is known color: Sea Green. HEX triplet: 24, 8B and 5D. RGB value is (36,139,93). Sum of RGB (Red+Green+Blue) = 36+139+93=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #248B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B5D is #DB74A2. Grayscale: #676767. Windows color (decimal): -14382243 or 6130468. OLE color: 6130468.
HSL color Cylindrical-coordinate representation of color #248B5D: hue angle of 153.2º 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 #248B5D is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 93 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.45 |
| HSL | 153.2º | 0.59% | 0.34% | - |
| HSV(B) | 153.2º | 0.74% | 0.55% | - |
| XYZ | 11.94 | 19.63 | 13.52 | - |
| YUV | 102.96 | 122.38 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 93 | 0.74 | 0 | 0.33 | 0.45 | 153.2 | 0.59 | 0.34 |
| Hex | 24 | 8B | 5D | 4A | 0 | 21 | 2D | 99 | 3B | 22 |
| Octal | 44 | 213 | 135 | 112 | 0 | 41 | 55 | 231 | 73 | 42 |
| Binary | 100100 | 10001011 | 1011101 | 1001010 | 0 | 100001 | 101101 | 10011001 | 111011 | 100010 |
Color Harmonies of #248B5D
Complementary color
Monochromatic Colors of #248B5D
Black with #248B5D
Text Example
Text Example
White with #248B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B5D; }
p { color: rgb(36,139,93); }
H1.HeaderClassName
{
color: #248B5D;
}
.AnyTagClassName
{
color: #248B5D;
}
</style>
background-color css
<style>
a { background-color: #248B5D; }
a { background-color: rgb(36,139,93); }
div.DivClassName
{
background-color: #248B5D;
}
.BgClassName
{
background-color: #248B5D;
}
</style>
border-color css
<style>
span { border-color: #248B5D; }
span { border-color: rgb(36,139,93); }
td.TdClassName
{
border-color: #248B5D;
}
.TagClassName
{
border-color: #248B5D;
}
</style>