Shades of Light Sea Green #23B19F
Tints of Light Sea Green #23B19F
RGB
CMYK
RGB Variations
Color information
#23B19F (or 0x23B19F) is known color: Light Sea Green. HEX triplet: 23, B1 and 9F. RGB value is (35,177,159). Sum of RGB (Red+Green+Blue) = 35+177+159=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #23B19F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B19F is #DC4E60. Grayscale: #848484. Windows color (decimal): -14437985 or 10465571. OLE color: 10465571.
HSL color Cylindrical-coordinate representation of color #23B19F: hue angle of 172.39º 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 #23B19F is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 177 | 159 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.31 |
| HSL | 172.39º | 0.67% | 0.42% | - |
| HSV(B) | 172.39º | 0.8% | 0.69% | - |
| XYZ | 22.67 | 34.3 | 38.23 | - |
| YUV | 132.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 177 | 159 | 0.80 | 0 | 0.10 | 0.31 | 172.39 | 0.67 | 0.42 |
| Hex | 23 | B1 | 9F | 50 | 0 | A | 1F | AC | 43 | 2A |
| Octal | 43 | 261 | 237 | 120 | 0 | 12 | 37 | 254 | 103 | 52 |
| Binary | 100011 | 10110001 | 10011111 | 1010000 | 0 | 1010 | 11111 | 10101100 | 1000011 | 101010 |
Color Harmonies of #23B19F
Complementary color
Monochromatic Colors of #23B19F
Black with #23B19F
Text Example
Text Example
White with #23B19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B19F; }
p { color: rgb(35,177,159); }
H1.HeaderClassName
{
color: #23B19F;
}
.AnyTagClassName
{
color: #23B19F;
}
</style>
background-color css
<style>
a { background-color: #23B19F; }
a { background-color: rgb(35,177,159); }
div.DivClassName
{
background-color: #23B19F;
}
.BgClassName
{
background-color: #23B19F;
}
</style>
border-color css
<style>
span { border-color: #23B19F; }
span { border-color: rgb(35,177,159); }
td.TdClassName
{
border-color: #23B19F;
}
.TagClassName
{
border-color: #23B19F;
}
</style>