Shades of Light Sea Green #23B2AA
Tints of Light Sea Green #23B2AA
RGB
CMYK
RGB Variations
Color information
#23B2AA (or 0x23B2AA) is known color: Light Sea Green. HEX triplet: 23, B2 and AA. RGB value is (35,178,170). Sum of RGB (Red+Green+Blue) = 35+178+170=383 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.14% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #23B2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B2AA is #DC4D55. Grayscale: #868686. Windows color (decimal): -14437718 or 11186723. OLE color: 11186723.
HSL color Cylindrical-coordinate representation of color #23B2AA: hue angle of 176.64º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B2AA is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 178 | 170 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.30 |
| HSL | 176.64º | 0.67% | 0.42% | - |
| HSV(B) | 176.64º | 0.8% | 0.7% | - |
| XYZ | 23.87 | 35.1 | 43.55 | - |
| YUV | 134.33 | 148.12 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 178 | 170 | 0.80 | 0 | 0.04 | 0.30 | 176.64 | 0.67 | 0.42 |
| Hex | 23 | B2 | AA | 50 | 0 | 4 | 1E | B1 | 43 | 2A |
| Octal | 43 | 262 | 252 | 120 | 0 | 4 | 36 | 261 | 103 | 52 |
| Binary | 100011 | 10110010 | 10101010 | 1010000 | 0 | 100 | 11110 | 10110001 | 1000011 | 101010 |
Color Harmonies of #23B2AA
Complementary color
Monochromatic Colors of #23B2AA
Black with #23B2AA
Text Example
Text Example
White with #23B2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B2AA; }
p { color: rgb(35,178,170); }
H1.HeaderClassName
{
color: #23B2AA;
}
.AnyTagClassName
{
color: #23B2AA;
}
</style>
background-color css
<style>
a { background-color: #23B2AA; }
a { background-color: rgb(35,178,170); }
div.DivClassName
{
background-color: #23B2AA;
}
.BgClassName
{
background-color: #23B2AA;
}
</style>
border-color css
<style>
span { border-color: #23B2AA; }
span { border-color: rgb(35,178,170); }
td.TdClassName
{
border-color: #23B2AA;
}
.TagClassName
{
border-color: #23B2AA;
}
</style>