Shades of Sea Green #23825A
Tints of Sea Green #23825A
RGB
CMYK
RGB Variations
Color information
#23825A (or 0x23825A) is known color: Sea Green. HEX triplet: 23, 82 and 5A. RGB value is (35,130,90). Sum of RGB (Red+Green+Blue) = 35+130+90=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #23825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23825A is #DC7DA5. Grayscale: #616161. Windows color (decimal): -14450086 or 5931555. OLE color: 5931555.
HSL color Cylindrical-coordinate representation of color #23825A: hue angle of 154.74º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23825A is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 90 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.49 |
| HSL | 154.74º | 0.58% | 0.32% | - |
| HSV(B) | 154.74º | 0.73% | 0.51% | - |
| XYZ | 10.52 | 17.06 | 12.41 | - |
| YUV | 97.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 90 | 0.73 | 0 | 0.31 | 0.49 | 154.74 | 0.58 | 0.32 |
| Hex | 23 | 82 | 5A | 49 | 0 | 1F | 31 | 9B | 3A | 20 |
| Octal | 43 | 202 | 132 | 111 | 0 | 37 | 61 | 233 | 72 | 40 |
| Binary | 100011 | 10000010 | 1011010 | 1001001 | 0 | 11111 | 110001 | 10011011 | 111010 | 100000 |
Color Harmonies of #23825A
Complementary color
Monochromatic Colors of #23825A
Black with #23825A
Text Example
Text Example
White with #23825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23825A; }
p { color: rgb(35,130,90); }
H1.HeaderClassName
{
color: #23825A;
}
.AnyTagClassName
{
color: #23825A;
}
</style>
background-color css
<style>
a { background-color: #23825A; }
a { background-color: rgb(35,130,90); }
div.DivClassName
{
background-color: #23825A;
}
.BgClassName
{
background-color: #23825A;
}
</style>
border-color css
<style>
span { border-color: #23825A; }
span { border-color: rgb(35,130,90); }
td.TdClassName
{
border-color: #23825A;
}
.TagClassName
{
border-color: #23825A;
}
</style>