Shades of Light Sea Green #23B39C
Tints of Light Sea Green #23B39C
RGB
CMYK
RGB Variations
Color information
#23B39C (or 0x23B39C) is known color: Light Sea Green. HEX triplet: 23, B3 and 9C. RGB value is (35,179,156). Sum of RGB (Red+Green+Blue) = 35+179+156=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #23B39C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23B39C is #DC4C63. Grayscale: #858585. Windows color (decimal): -14437476 or 10269475. OLE color: 10269475.
HSL color Cylindrical-coordinate representation of color #23B39C: hue angle of 170.42º 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 #23B39C is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 179 | 156 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.30 |
| HSL | 170.42º | 0.67% | 0.42% | - |
| HSV(B) | 170.42º | 0.8% | 0.7% | - |
| XYZ | 22.81 | 35 | 37.01 | - |
| YUV | 133.32 | 140.79 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 179 | 156 | 0.80 | 0 | 0.13 | 0.30 | 170.42 | 0.67 | 0.42 |
| Hex | 23 | B3 | 9C | 50 | 0 | D | 1E | AA | 43 | 2A |
| Octal | 43 | 263 | 234 | 120 | 0 | 15 | 36 | 252 | 103 | 52 |
| Binary | 100011 | 10110011 | 10011100 | 1010000 | 0 | 1101 | 11110 | 10101010 | 1000011 | 101010 |
Color Harmonies of #23B39C
Complementary color
Monochromatic Colors of #23B39C
Black with #23B39C
Text Example
Text Example
White with #23B39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B39C; }
p { color: rgb(35,179,156); }
H1.HeaderClassName
{
color: #23B39C;
}
.AnyTagClassName
{
color: #23B39C;
}
</style>
background-color css
<style>
a { background-color: #23B39C; }
a { background-color: rgb(35,179,156); }
div.DivClassName
{
background-color: #23B39C;
}
.BgClassName
{
background-color: #23B39C;
}
</style>
border-color css
<style>
span { border-color: #23B39C; }
span { border-color: rgb(35,179,156); }
td.TdClassName
{
border-color: #23B39C;
}
.TagClassName
{
border-color: #23B39C;
}
</style>