Shades of Sea Green #238C5A
Tints of Sea Green #238C5A
RGB
CMYK
RGB Variations
Color information
#238C5A (or 0x238C5A) is known color: Sea Green. HEX triplet: 23, 8C and 5A. RGB value is (35,140,90). Sum of RGB (Red+Green+Blue) = 35+140+90=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #238C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238C5A is #DC73A5. Grayscale: #676767. Windows color (decimal): -14447526 or 5934115. OLE color: 5934115.
HSL color Cylindrical-coordinate representation of color #238C5A: hue angle of 151.43º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238C5A is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 140 | 90 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.45 |
| HSL | 151.43º | 0.6% | 0.34% | - |
| HSV(B) | 151.43º | 0.75% | 0.55% | - |
| XYZ | 11.92 | 19.85 | 12.88 | - |
| YUV | 102.91 | 120.71 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 90 | 0.75 | 0 | 0.36 | 0.45 | 151.43 | 0.6 | 0.34 |
| Hex | 23 | 8C | 5A | 4B | 0 | 24 | 2D | 97 | 3C | 22 |
| Octal | 43 | 214 | 132 | 113 | 0 | 44 | 55 | 227 | 74 | 42 |
| Binary | 100011 | 10001100 | 1011010 | 1001011 | 0 | 100100 | 101101 | 10010111 | 111100 | 100010 |
Color Harmonies of #238C5A
Complementary color
Monochromatic Colors of #238C5A
Black with #238C5A
Text Example
Text Example
White with #238C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238C5A; }
p { color: rgb(35,140,90); }
H1.HeaderClassName
{
color: #238C5A;
}
.AnyTagClassName
{
color: #238C5A;
}
</style>
background-color css
<style>
a { background-color: #238C5A; }
a { background-color: rgb(35,140,90); }
div.DivClassName
{
background-color: #238C5A;
}
.BgClassName
{
background-color: #238C5A;
}
</style>
border-color css
<style>
span { border-color: #238C5A; }
span { border-color: rgb(35,140,90); }
td.TdClassName
{
border-color: #238C5A;
}
.TagClassName
{
border-color: #238C5A;
}
</style>