Shades of Light Sea Green #23AD9C
Tints of Light Sea Green #23AD9C
RGB
CMYK
RGB Variations
Color information
#23AD9C (or 0x23AD9C) is known color: Light Sea Green. HEX triplet: 23, AD and 9C. RGB value is (35,173,156). Sum of RGB (Red+Green+Blue) = 35+173+156=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #23AD9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AD9C is #DC5263. Grayscale: #818181. Windows color (decimal): -14439012 or 10267939. OLE color: 10267939.
HSL color Cylindrical-coordinate representation of color #23AD9C: hue angle of 172.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23AD9C is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 173 | 156 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.32 |
| HSL | 172.61º | 0.66% | 0.41% | - |
| HSV(B) | 172.61º | 0.8% | 0.68% | - |
| XYZ | 21.64 | 32.64 | 36.61 | - |
| YUV | 129.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 156 | 0.80 | 0 | 0.10 | 0.32 | 172.61 | 0.66 | 0.41 |
| Hex | 23 | AD | 9C | 50 | 0 | A | 20 | AD | 42 | 29 |
| Octal | 43 | 255 | 234 | 120 | 0 | 12 | 40 | 255 | 102 | 51 |
| Binary | 100011 | 10101101 | 10011100 | 1010000 | 0 | 1010 | 100000 | 10101101 | 1000010 | 101001 |
Color Harmonies of #23AD9C
Complementary color
Monochromatic Colors of #23AD9C
Black with #23AD9C
Text Example
Text Example
White with #23AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AD9C; }
p { color: rgb(35,173,156); }
H1.HeaderClassName
{
color: #23AD9C;
}
.AnyTagClassName
{
color: #23AD9C;
}
</style>
background-color css
<style>
a { background-color: #23AD9C; }
a { background-color: rgb(35,173,156); }
div.DivClassName
{
background-color: #23AD9C;
}
.BgClassName
{
background-color: #23AD9C;
}
</style>
border-color css
<style>
span { border-color: #23AD9C; }
span { border-color: rgb(35,173,156); }
td.TdClassName
{
border-color: #23AD9C;
}
.TagClassName
{
border-color: #23AD9C;
}
</style>