Shades of Light Sea Green #23A6AC
Tints of Light Sea Green #23A6AC
RGB
CMYK
RGB Variations
Color information
#23A6AC (or 0x23A6AC) is known color: Light Sea Green. HEX triplet: 23, A6 and AC. RGB value is (35,166,172). Sum of RGB (Red+Green+Blue) = 35+166+172=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #23A6AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A6AC is #DC5953. Grayscale: #7F7F7F. Windows color (decimal): -14440788 or 11314723. OLE color: 11314723.
HSL color Cylindrical-coordinate representation of color #23A6AC: hue angle of 182.63º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23A6AC is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 166 | 172 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.33 |
| HSL | 182.63º | 0.66% | 0.41% | - |
| HSV(B) | 182.63º | 0.8% | 0.67% | - |
| XYZ | 21.78 | 30.61 | 43.79 | - |
| YUV | 127.52 | 153.1 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 166 | 172 | 0.80 | 0.03 | 0 | 0.33 | 182.63 | 0.66 | 0.41 |
| Hex | 23 | A6 | AC | 50 | 3 | 0 | 21 | B7 | 42 | 29 |
| Octal | 43 | 246 | 254 | 120 | 3 | 0 | 41 | 267 | 102 | 51 |
| Binary | 100011 | 10100110 | 10101100 | 1010000 | 11 | 0 | 100001 | 10110111 | 1000010 | 101001 |
Color Harmonies of #23A6AC
Complementary color
Monochromatic Colors of #23A6AC
Black with #23A6AC
Text Example
Text Example
White with #23A6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A6AC; }
p { color: rgb(35,166,172); }
H1.HeaderClassName
{
color: #23A6AC;
}
.AnyTagClassName
{
color: #23A6AC;
}
</style>
background-color css
<style>
a { background-color: #23A6AC; }
a { background-color: rgb(35,166,172); }
div.DivClassName
{
background-color: #23A6AC;
}
.BgClassName
{
background-color: #23A6AC;
}
</style>
border-color css
<style>
span { border-color: #23A6AC; }
span { border-color: rgb(35,166,172); }
td.TdClassName
{
border-color: #23A6AC;
}
.TagClassName
{
border-color: #23A6AC;
}
</style>