Shades of Sea Green #248A43
Tints of Sea Green #248A43
RGB
CMYK
RGB Variations
Color information
#248A43 (or 0x248A43) is known color: Sea Green. HEX triplet: 24, 8A and 43. RGB value is (36,138,67). Sum of RGB (Red+Green+Blue) = 36+138+67=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #248A43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248A43 is #DB75BC. Grayscale: #636363. Windows color (decimal): -14382525 or 4426276. OLE color: 4426276.
HSL color Cylindrical-coordinate representation of color #248A43: hue angle of 138.24º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A43 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 67 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.46 |
| HSL | 138.24º | 0.59% | 0.34% | - |
| HSV(B) | 138.24º | 0.74% | 0.54% | - |
| XYZ | 10.83 | 18.96 | 8.4 | - |
| YUV | 99.41 | 109.71 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 67 | 0.74 | 0 | 0.51 | 0.46 | 138.24 | 0.59 | 0.34 |
| Hex | 24 | 8A | 43 | 4A | 0 | 33 | 2E | 8A | 3B | 22 |
| Octal | 44 | 212 | 103 | 112 | 0 | 63 | 56 | 212 | 73 | 42 |
| Binary | 100100 | 10001010 | 1000011 | 1001010 | 0 | 110011 | 101110 | 10001010 | 111011 | 100010 |
Color Harmonies of #248A43
Complementary color
Monochromatic Colors of #248A43
Black with #248A43
Text Example
Text Example
White with #248A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A43; }
p { color: rgb(36,138,67); }
H1.HeaderClassName
{
color: #248A43;
}
.AnyTagClassName
{
color: #248A43;
}
</style>
background-color css
<style>
a { background-color: #248A43; }
a { background-color: rgb(36,138,67); }
div.DivClassName
{
background-color: #248A43;
}
.BgClassName
{
background-color: #248A43;
}
</style>
border-color css
<style>
span { border-color: #248A43; }
span { border-color: rgb(36,138,67); }
td.TdClassName
{
border-color: #248A43;
}
.TagClassName
{
border-color: #248A43;
}
</style>