Shades of Medium Sea Green #23AF65
Tints of Medium Sea Green #23AF65
RGB
CMYK
RGB Variations
Color information
#23AF65 (or 0x23AF65) is known color: Medium Sea Green. HEX triplet: 23, AF and 65. RGB value is (35,175,101). Sum of RGB (Red+Green+Blue) = 35+175+101=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23AF65 is #DC509A. Grayscale: #7C7C7C. Windows color (decimal): -14438555 or 6663971. OLE color: 6663971.
HSL color Cylindrical-coordinate representation of color #23AF65: hue angle of 148.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AF65 is Cyan = 0.8, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 175 | 101 | - |
| CMYK | 0.8 | 0 | 0.42 | 0.31 |
| HSL | 148.29º | 0.67% | 0.41% | - |
| HSV(B) | 148.29º | 0.8% | 0.69% | - |
| XYZ | 18.37 | 31.96 | 17.51 | - |
| YUV | 124.7 | 114.62 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 101 | 0.8 | 0 | 0.42 | 0.31 | 148.29 | 0.67 | 0.41 |
| Hex | 23 | AF | 65 | 50 | 0 | 2A | 1F | 94 | 43 | 29 |
| Octal | 43 | 257 | 145 | 120 | 0 | 52 | 37 | 224 | 103 | 51 |
| Binary | 100011 | 10101111 | 1100101 | 1010000 | 0 | 101010 | 11111 | 10010100 | 1000011 | 101001 |
Color Harmonies of #23AF65
Complementary color
Monochromatic Colors of #23AF65
Black with #23AF65
Text Example
Text Example
White with #23AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AF65; }
p { color: rgb(35,175,101); }
H1.HeaderClassName
{
color: #23AF65;
}
.AnyTagClassName
{
color: #23AF65;
}
</style>
background-color css
<style>
a { background-color: #23AF65; }
a { background-color: rgb(35,175,101); }
div.DivClassName
{
background-color: #23AF65;
}
.BgClassName
{
background-color: #23AF65;
}
</style>
border-color css
<style>
span { border-color: #23AF65; }
span { border-color: rgb(35,175,101); }
td.TdClassName
{
border-color: #23AF65;
}
.TagClassName
{
border-color: #23AF65;
}
</style>