Shades of Sea Green #239255
Tints of Sea Green #239255
RGB
CMYK
RGB Variations
Color information
#239255 (or 0x239255) is known color: Sea Green. HEX triplet: 23, 92 and 55. RGB value is (35,146,85). Sum of RGB (Red+Green+Blue) = 35+146+85=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #239255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239255 is #DC6DAA. Grayscale: #696969. Windows color (decimal): -14445995 or 5607971. OLE color: 5607971.
HSL color Cylindrical-coordinate representation of color #239255: hue angle of 147.03º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239255 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 85 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.43 |
| HSL | 147.03º | 0.61% | 0.35% | - |
| HSV(B) | 147.03º | 0.76% | 0.57% | - |
| XYZ | 12.61 | 21.57 | 12.09 | - |
| YUV | 105.86 | 116.23 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 85 | 0.76 | 0 | 0.42 | 0.43 | 147.03 | 0.61 | 0.35 |
| Hex | 23 | 92 | 55 | 4C | 0 | 2A | 2B | 93 | 3D | 23 |
| Octal | 43 | 222 | 125 | 114 | 0 | 52 | 53 | 223 | 75 | 43 |
| Binary | 100011 | 10010010 | 1010101 | 1001100 | 0 | 101010 | 101011 | 10010011 | 111101 | 100011 |
Color Harmonies of #239255
Complementary color
Monochromatic Colors of #239255
Black with #239255
Text Example
Text Example
White with #239255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239255; }
p { color: rgb(35,146,85); }
H1.HeaderClassName
{
color: #239255;
}
.AnyTagClassName
{
color: #239255;
}
</style>
background-color css
<style>
a { background-color: #239255; }
a { background-color: rgb(35,146,85); }
div.DivClassName
{
background-color: #239255;
}
.BgClassName
{
background-color: #239255;
}
</style>
border-color css
<style>
span { border-color: #239255; }
span { border-color: rgb(35,146,85); }
td.TdClassName
{
border-color: #239255;
}
.TagClassName
{
border-color: #239255;
}
</style>