Shades of Sea Green #23945A
Tints of Sea Green #23945A
RGB
CMYK
RGB Variations
Color information
#23945A (or 0x23945A) is known color: Sea Green. HEX triplet: 23, 94 and 5A. RGB value is (35,148,90). Sum of RGB (Red+Green+Blue) = 35+148+90=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #23945A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23945A is #DC6BA5. Grayscale: #6B6B6B. Windows color (decimal): -14445478 or 5936163. OLE color: 5936163.
HSL color Cylindrical-coordinate representation of color #23945A: hue angle of 149.2º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23945A is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 90 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.42 |
| HSL | 149.2º | 0.62% | 0.36% | - |
| HSV(B) | 149.2º | 0.76% | 0.58% | - |
| XYZ | 13.13 | 22.28 | 13.28 | - |
| YUV | 107.6 | 118.06 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 90 | 0.76 | 0 | 0.39 | 0.42 | 149.2 | 0.62 | 0.36 |
| Hex | 23 | 94 | 5A | 4C | 0 | 27 | 2A | 95 | 3E | 24 |
| Octal | 43 | 224 | 132 | 114 | 0 | 47 | 52 | 225 | 76 | 44 |
| Binary | 100011 | 10010100 | 1011010 | 1001100 | 0 | 100111 | 101010 | 10010101 | 111110 | 100100 |
Color Harmonies of #23945A
Complementary color
Monochromatic Colors of #23945A
Black with #23945A
Text Example
Text Example
White with #23945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23945A; }
p { color: rgb(35,148,90); }
H1.HeaderClassName
{
color: #23945A;
}
.AnyTagClassName
{
color: #23945A;
}
</style>
background-color css
<style>
a { background-color: #23945A; }
a { background-color: rgb(35,148,90); }
div.DivClassName
{
background-color: #23945A;
}
.BgClassName
{
background-color: #23945A;
}
</style>
border-color css
<style>
span { border-color: #23945A; }
span { border-color: rgb(35,148,90); }
td.TdClassName
{
border-color: #23945A;
}
.TagClassName
{
border-color: #23945A;
}
</style>