Shades of Light Sea Green #23B29D
Tints of Light Sea Green #23B29D
RGB
CMYK
RGB Variations
Color information
#23B29D (or 0x23B29D) is known color: Light Sea Green. HEX triplet: 23, B2 and 9D. RGB value is (35,178,157). Sum of RGB (Red+Green+Blue) = 35+178+157=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #23B29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B29D is #DC4D62. Grayscale: #848484. Windows color (decimal): -14437731 or 10334755. OLE color: 10334755.
HSL color Cylindrical-coordinate representation of color #23B29D: hue angle of 171.19º 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 #23B29D is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 178 | 157 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.30 |
| HSL | 171.19º | 0.67% | 0.42% | - |
| HSV(B) | 171.19º | 0.8% | 0.7% | - |
| XYZ | 22.7 | 34.63 | 37.39 | - |
| YUV | 132.85 | 141.62 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 178 | 157 | 0.80 | 0 | 0.12 | 0.30 | 171.19 | 0.67 | 0.42 |
| Hex | 23 | B2 | 9D | 50 | 0 | C | 1E | AB | 43 | 2A |
| Octal | 43 | 262 | 235 | 120 | 0 | 14 | 36 | 253 | 103 | 52 |
| Binary | 100011 | 10110010 | 10011101 | 1010000 | 0 | 1100 | 11110 | 10101011 | 1000011 | 101010 |
Color Harmonies of #23B29D
Complementary color
Monochromatic Colors of #23B29D
Black with #23B29D
Text Example
Text Example
White with #23B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B29D; }
p { color: rgb(35,178,157); }
H1.HeaderClassName
{
color: #23B29D;
}
.AnyTagClassName
{
color: #23B29D;
}
</style>
background-color css
<style>
a { background-color: #23B29D; }
a { background-color: rgb(35,178,157); }
div.DivClassName
{
background-color: #23B29D;
}
.BgClassName
{
background-color: #23B29D;
}
</style>
border-color css
<style>
span { border-color: #23B29D; }
span { border-color: rgb(35,178,157); }
td.TdClassName
{
border-color: #23B29D;
}
.TagClassName
{
border-color: #23B29D;
}
</style>