Shades of Light Sea Green #23BA9A
Tints of Light Sea Green #23BA9A
RGB
CMYK
RGB Variations
Color information
#23BA9A (or 0x23BA9A) is known color: Light Sea Green. HEX triplet: 23, BA and 9A. RGB value is (35,186,154). Sum of RGB (Red+Green+Blue) = 35+186+154=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #23BA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BA9A is #DC4565. Grayscale: #898989. Windows color (decimal): -14435686 or 10140195. OLE color: 10140195.
HSL color Cylindrical-coordinate representation of color #23BA9A: hue angle of 167.28º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BA9A is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 154 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.27 |
| HSL | 167.28º | 0.68% | 0.43% | - |
| HSV(B) | 167.28º | 0.81% | 0.73% | - |
| XYZ | 24.08 | 37.81 | 36.6 | - |
| YUV | 137.2 | 137.47 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 154 | 0.81 | 0 | 0.17 | 0.27 | 167.28 | 0.68 | 0.43 |
| Hex | 23 | BA | 9A | 51 | 0 | 11 | 1B | A7 | 44 | 2B |
| Octal | 43 | 272 | 232 | 121 | 0 | 21 | 33 | 247 | 104 | 53 |
| Binary | 100011 | 10111010 | 10011010 | 1010001 | 0 | 10001 | 11011 | 10100111 | 1000100 | 101011 |
Color Harmonies of #23BA9A
Complementary color
Monochromatic Colors of #23BA9A
Black with #23BA9A
Text Example
Text Example
White with #23BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BA9A; }
p { color: rgb(35,186,154); }
H1.HeaderClassName
{
color: #23BA9A;
}
.AnyTagClassName
{
color: #23BA9A;
}
</style>
background-color css
<style>
a { background-color: #23BA9A; }
a { background-color: rgb(35,186,154); }
div.DivClassName
{
background-color: #23BA9A;
}
.BgClassName
{
background-color: #23BA9A;
}
</style>
border-color css
<style>
span { border-color: #23BA9A; }
span { border-color: rgb(35,186,154); }
td.TdClassName
{
border-color: #23BA9A;
}
.TagClassName
{
border-color: #23BA9A;
}
</style>