Shades of Light Sea Green #23B1AD
Tints of Light Sea Green #23B1AD
RGB
CMYK
RGB Variations
Color information
#23B1AD (or 0x23B1AD) is known color: Light Sea Green. HEX triplet: 23, B1 and AD. RGB value is (35,177,173). Sum of RGB (Red+Green+Blue) = 35+177+173=385 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.09% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #23B1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B1AD is #DC4E52. Grayscale: #858585. Windows color (decimal): -14437971 or 11383075. OLE color: 11383075.
HSL color Cylindrical-coordinate representation of color #23B1AD: hue angle of 178.31º 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 #23B1AD is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 177 | 173 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.31 |
| HSL | 178.31º | 0.67% | 0.42% | - |
| HSV(B) | 178.31º | 0.8% | 0.69% | - |
| XYZ | 23.96 | 34.82 | 44.99 | - |
| YUV | 134.09 | 149.96 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 177 | 173 | 0.80 | 0 | 0.02 | 0.31 | 178.31 | 0.67 | 0.42 |
| Hex | 23 | B1 | AD | 50 | 0 | 2 | 1F | B2 | 43 | 2A |
| Octal | 43 | 261 | 255 | 120 | 0 | 2 | 37 | 262 | 103 | 52 |
| Binary | 100011 | 10110001 | 10101101 | 1010000 | 0 | 10 | 11111 | 10110010 | 1000011 | 101010 |
Color Harmonies of #23B1AD
Complementary color
Monochromatic Colors of #23B1AD
Black with #23B1AD
Text Example
Text Example
White with #23B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B1AD; }
p { color: rgb(35,177,173); }
H1.HeaderClassName
{
color: #23B1AD;
}
.AnyTagClassName
{
color: #23B1AD;
}
</style>
background-color css
<style>
a { background-color: #23B1AD; }
a { background-color: rgb(35,177,173); }
div.DivClassName
{
background-color: #23B1AD;
}
.BgClassName
{
background-color: #23B1AD;
}
</style>
border-color css
<style>
span { border-color: #23B1AD; }
span { border-color: rgb(35,177,173); }
td.TdClassName
{
border-color: #23B1AD;
}
.TagClassName
{
border-color: #23B1AD;
}
</style>