Shades of Light Sea Green #23AAB1
Tints of Light Sea Green #23AAB1
RGB
CMYK
RGB Variations
Color information
#23AAB1 (or 0x23AAB1) is known color: Light Sea Green. HEX triplet: 23, AA and B1. RGB value is (35,170,177). Sum of RGB (Red+Green+Blue) = 35+170+177=382 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.16% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #23AAB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AAB1 is #DC554E. Grayscale: #828282. Windows color (decimal): -14439759 or 11643427. OLE color: 11643427.
HSL color Cylindrical-coordinate representation of color #23AAB1: hue angle of 182.96º 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 #23AAB1 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 170 | 177 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.31 |
| HSL | 182.96º | 0.67% | 0.42% | - |
| HSV(B) | 182.96º | 0.8% | 0.69% | - |
| XYZ | 23 | 32.28 | 46.61 | - |
| YUV | 130.43 | 154.27 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 177 | 0.80 | 0.04 | 0 | 0.31 | 182.96 | 0.67 | 0.42 |
| Hex | 23 | AA | B1 | 50 | 4 | 0 | 1F | B7 | 43 | 2A |
| Octal | 43 | 252 | 261 | 120 | 4 | 0 | 37 | 267 | 103 | 52 |
| Binary | 100011 | 10101010 | 10110001 | 1010000 | 100 | 0 | 11111 | 10110111 | 1000011 | 101010 |
Color Harmonies of #23AAB1
Complementary color
Monochromatic Colors of #23AAB1
Black with #23AAB1
Text Example
Text Example
White with #23AAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AAB1; }
p { color: rgb(35,170,177); }
H1.HeaderClassName
{
color: #23AAB1;
}
.AnyTagClassName
{
color: #23AAB1;
}
</style>
background-color css
<style>
a { background-color: #23AAB1; }
a { background-color: rgb(35,170,177); }
div.DivClassName
{
background-color: #23AAB1;
}
.BgClassName
{
background-color: #23AAB1;
}
</style>
border-color css
<style>
span { border-color: #23AAB1; }
span { border-color: rgb(35,170,177); }
td.TdClassName
{
border-color: #23AAB1;
}
.TagClassName
{
border-color: #23AAB1;
}
</style>