Shades of Light Sea Green #23B1AC
Tints of Light Sea Green #23B1AC
RGB
CMYK
RGB Variations
Color information
#23B1AC (or 0x23B1AC) is known color: Light Sea Green. HEX triplet: 23, B1 and AC. RGB value is (35,177,172). Sum of RGB (Red+Green+Blue) = 35+177+172=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #23B1AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B1AC is #DC4E53. Grayscale: #858585. Windows color (decimal): -14437972 or 11317539. OLE color: 11317539.
HSL color Cylindrical-coordinate representation of color #23B1AC: hue angle of 177.89º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B1AC is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 177 | 172 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.31 |
| HSL | 177.89º | 0.67% | 0.42% | - |
| HSV(B) | 177.89º | 0.8% | 0.69% | - |
| XYZ | 23.86 | 34.78 | 44.49 | - |
| YUV | 133.97 | 149.46 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 177 | 172 | 0.80 | 0 | 0.03 | 0.31 | 177.89 | 0.67 | 0.42 |
| Hex | 23 | B1 | AC | 50 | 0 | 3 | 1F | B2 | 43 | 2A |
| Octal | 43 | 261 | 254 | 120 | 0 | 3 | 37 | 262 | 103 | 52 |
| Binary | 100011 | 10110001 | 10101100 | 1010000 | 0 | 11 | 11111 | 10110010 | 1000011 | 101010 |
Color Harmonies of #23B1AC
Complementary color
Monochromatic Colors of #23B1AC
Black with #23B1AC
Text Example
Text Example
White with #23B1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B1AC; }
p { color: rgb(35,177,172); }
H1.HeaderClassName
{
color: #23B1AC;
}
.AnyTagClassName
{
color: #23B1AC;
}
</style>
background-color css
<style>
a { background-color: #23B1AC; }
a { background-color: rgb(35,177,172); }
div.DivClassName
{
background-color: #23B1AC;
}
.BgClassName
{
background-color: #23B1AC;
}
</style>
border-color css
<style>
span { border-color: #23B1AC; }
span { border-color: rgb(35,177,172); }
td.TdClassName
{
border-color: #23B1AC;
}
.TagClassName
{
border-color: #23B1AC;
}
</style>