Shades of Light Sea Green #23BAA4
Tints of Light Sea Green #23BAA4
RGB
CMYK
RGB Variations
Color information
#23BAA4 (or 0x23BAA4) is known color: Light Sea Green. HEX triplet: 23, BA and A4. RGB value is (35,186,164). Sum of RGB (Red+Green+Blue) = 35+186+164=385 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.09% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #23BAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BAA4 is #DC455B. Grayscale: #8A8A8A. Windows color (decimal): -14435676 or 10795555. OLE color: 10795555.
HSL color Cylindrical-coordinate representation of color #23BAA4: hue angle of 171.26º 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 #23BAA4 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 186 | 164 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.27 |
| HSL | 171.26º | 0.68% | 0.43% | - |
| HSV(B) | 171.26º | 0.81% | 0.73% | - |
| XYZ | 24.95 | 38.16 | 41.17 | - |
| YUV | 138.34 | 142.47 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 164 | 0.81 | 0 | 0.12 | 0.27 | 171.26 | 0.68 | 0.43 |
| Hex | 23 | BA | A4 | 51 | 0 | C | 1B | AB | 44 | 2B |
| Octal | 43 | 272 | 244 | 121 | 0 | 14 | 33 | 253 | 104 | 53 |
| Binary | 100011 | 10111010 | 10100100 | 1010001 | 0 | 1100 | 11011 | 10101011 | 1000100 | 101011 |
Color Harmonies of #23BAA4
Complementary color
Monochromatic Colors of #23BAA4
Black with #23BAA4
Text Example
Text Example
White with #23BAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BAA4; }
p { color: rgb(35,186,164); }
H1.HeaderClassName
{
color: #23BAA4;
}
.AnyTagClassName
{
color: #23BAA4;
}
</style>
background-color css
<style>
a { background-color: #23BAA4; }
a { background-color: rgb(35,186,164); }
div.DivClassName
{
background-color: #23BAA4;
}
.BgClassName
{
background-color: #23BAA4;
}
</style>
border-color css
<style>
span { border-color: #23BAA4; }
span { border-color: rgb(35,186,164); }
td.TdClassName
{
border-color: #23BAA4;
}
.TagClassName
{
border-color: #23BAA4;
}
</style>