Shades of Sea Green #248255
Tints of Sea Green #248255
RGB
CMYK
RGB Variations
Color information
#248255 (or 0x248255) is known color: Sea Green. HEX triplet: 24, 82 and 55. RGB value is (36,130,85). Sum of RGB (Red+Green+Blue) = 36+130+85=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #248255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248255 is #DB7DAA. Grayscale: #606060. Windows color (decimal): -14384555 or 5603876. OLE color: 5603876.
HSL color Cylindrical-coordinate representation of color #248255: hue angle of 151.28º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248255 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 85 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.49 |
| HSL | 151.28º | 0.57% | 0.33% | - |
| HSV(B) | 151.28º | 0.72% | 0.51% | - |
| XYZ | 10.35 | 17 | 11.33 | - |
| YUV | 96.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 85 | 0.72 | 0 | 0.35 | 0.49 | 151.28 | 0.57 | 0.33 |
| Hex | 24 | 82 | 55 | 48 | 0 | 23 | 31 | 97 | 39 | 21 |
| Octal | 44 | 202 | 125 | 110 | 0 | 43 | 61 | 227 | 71 | 41 |
| Binary | 100100 | 10000010 | 1010101 | 1001000 | 0 | 100011 | 110001 | 10010111 | 111001 | 100001 |
Color Harmonies of #248255
Complementary color
Monochromatic Colors of #248255
Black with #248255
Text Example
Text Example
White with #248255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248255; }
p { color: rgb(36,130,85); }
H1.HeaderClassName
{
color: #248255;
}
.AnyTagClassName
{
color: #248255;
}
</style>
background-color css
<style>
a { background-color: #248255; }
a { background-color: rgb(36,130,85); }
div.DivClassName
{
background-color: #248255;
}
.BgClassName
{
background-color: #248255;
}
</style>
border-color css
<style>
span { border-color: #248255; }
span { border-color: rgb(36,130,85); }
td.TdClassName
{
border-color: #248255;
}
.TagClassName
{
border-color: #248255;
}
</style>