Shades of Sea Green #238E5A
Tints of Sea Green #238E5A
RGB
CMYK
RGB Variations
Color information
#238E5A (or 0x238E5A) is known color: Sea Green. HEX triplet: 23, 8E and 5A. RGB value is (35,142,90). Sum of RGB (Red+Green+Blue) = 35+142+90=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #238E5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238E5A is #DC71A5. Grayscale: #686868. Windows color (decimal): -14447014 or 5934627. OLE color: 5934627.
HSL color Cylindrical-coordinate representation of color #238E5A: hue angle of 150.84º 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 #238E5A is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 142 | 90 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.44 |
| HSL | 150.84º | 0.6% | 0.35% | - |
| HSV(B) | 150.84º | 0.75% | 0.56% | - |
| XYZ | 12.21 | 20.44 | 12.97 | - |
| YUV | 104.08 | 120.05 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 90 | 0.75 | 0 | 0.37 | 0.44 | 150.84 | 0.6 | 0.35 |
| Hex | 23 | 8E | 5A | 4B | 0 | 25 | 2C | 97 | 3C | 23 |
| Octal | 43 | 216 | 132 | 113 | 0 | 45 | 54 | 227 | 74 | 43 |
| Binary | 100011 | 10001110 | 1011010 | 1001011 | 0 | 100101 | 101100 | 10010111 | 111100 | 100011 |
Color Harmonies of #238E5A
Complementary color
Monochromatic Colors of #238E5A
Black with #238E5A
Text Example
Text Example
White with #238E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238E5A; }
p { color: rgb(35,142,90); }
H1.HeaderClassName
{
color: #238E5A;
}
.AnyTagClassName
{
color: #238E5A;
}
</style>
background-color css
<style>
a { background-color: #238E5A; }
a { background-color: rgb(35,142,90); }
div.DivClassName
{
background-color: #238E5A;
}
.BgClassName
{
background-color: #238E5A;
}
</style>
border-color css
<style>
span { border-color: #238E5A; }
span { border-color: rgb(35,142,90); }
td.TdClassName
{
border-color: #238E5A;
}
.TagClassName
{
border-color: #238E5A;
}
</style>