Shades of Sea Green #248E5C
Tints of Sea Green #248E5C
RGB
CMYK
RGB Variations
Color information
#248E5C (or 0x248E5C) is known color: Sea Green. HEX triplet: 24, 8E and 5C. RGB value is (36,142,92). Sum of RGB (Red+Green+Blue) = 36+142+92=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #248E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248E5C is #DB71A3. Grayscale: #686868. Windows color (decimal): -14381476 or 6065700. OLE color: 6065700.
HSL color Cylindrical-coordinate representation of color #248E5C: hue angle of 151.7º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248E5C is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 142 | 92 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.44 |
| HSL | 151.7º | 0.6% | 0.35% | - |
| HSV(B) | 151.7º | 0.75% | 0.56% | - |
| XYZ | 12.33 | 20.49 | 13.43 | - |
| YUV | 104.61 | 120.88 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 92 | 0.75 | 0 | 0.35 | 0.44 | 151.7 | 0.6 | 0.35 |
| Hex | 24 | 8E | 5C | 4B | 0 | 23 | 2C | 98 | 3C | 23 |
| Octal | 44 | 216 | 134 | 113 | 0 | 43 | 54 | 230 | 74 | 43 |
| Binary | 100100 | 10001110 | 1011100 | 1001011 | 0 | 100011 | 101100 | 10011000 | 111100 | 100011 |
Color Harmonies of #248E5C
Complementary color
Monochromatic Colors of #248E5C
Black with #248E5C
Text Example
Text Example
White with #248E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E5C; }
p { color: rgb(36,142,92); }
H1.HeaderClassName
{
color: #248E5C;
}
.AnyTagClassName
{
color: #248E5C;
}
</style>
background-color css
<style>
a { background-color: #248E5C; }
a { background-color: rgb(36,142,92); }
div.DivClassName
{
background-color: #248E5C;
}
.BgClassName
{
background-color: #248E5C;
}
</style>
border-color css
<style>
span { border-color: #248E5C; }
span { border-color: rgb(36,142,92); }
td.TdClassName
{
border-color: #248E5C;
}
.TagClassName
{
border-color: #248E5C;
}
</style>