Shades of Light Sea Green #23B1A4
Tints of Light Sea Green #23B1A4
RGB
CMYK
RGB Variations
Color information
#23B1A4 (or 0x23B1A4) is known color: Light Sea Green. HEX triplet: 23, B1 and A4. RGB value is (35,177,164). Sum of RGB (Red+Green+Blue) = 35+177+164=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #23B1A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B1A4 is #DC4E5B. Grayscale: #848484. Windows color (decimal): -14437980 or 10793251. OLE color: 10793251.
HSL color Cylindrical-coordinate representation of color #23B1A4: hue angle of 174.51º 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 #23B1A4 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 177 | 164 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.31 |
| HSL | 174.51º | 0.67% | 0.42% | - |
| HSV(B) | 174.51º | 0.8% | 0.69% | - |
| XYZ | 23.12 | 34.48 | 40.56 | - |
| YUV | 133.06 | 145.46 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 177 | 164 | 0.80 | 0 | 0.07 | 0.31 | 174.51 | 0.67 | 0.42 |
| Hex | 23 | B1 | A4 | 50 | 0 | 7 | 1F | AF | 43 | 2A |
| Octal | 43 | 261 | 244 | 120 | 0 | 7 | 37 | 257 | 103 | 52 |
| Binary | 100011 | 10110001 | 10100100 | 1010000 | 0 | 111 | 11111 | 10101111 | 1000011 | 101010 |
Color Harmonies of #23B1A4
Complementary color
Monochromatic Colors of #23B1A4
Black with #23B1A4
Text Example
Text Example
White with #23B1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B1A4; }
p { color: rgb(35,177,164); }
H1.HeaderClassName
{
color: #23B1A4;
}
.AnyTagClassName
{
color: #23B1A4;
}
</style>
background-color css
<style>
a { background-color: #23B1A4; }
a { background-color: rgb(35,177,164); }
div.DivClassName
{
background-color: #23B1A4;
}
.BgClassName
{
background-color: #23B1A4;
}
</style>
border-color css
<style>
span { border-color: #23B1A4; }
span { border-color: rgb(35,177,164); }
td.TdClassName
{
border-color: #23B1A4;
}
.TagClassName
{
border-color: #23B1A4;
}
</style>