Shades of Light Sea Green #23B0AF
Tints of Light Sea Green #23B0AF
RGB
CMYK
RGB Variations
Color information
#23B0AF (or 0x23B0AF) is known color: Light Sea Green. HEX triplet: 23, B0 and AF. RGB value is (35,176,175). Sum of RGB (Red+Green+Blue) = 35+176+175=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #23B0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23B0AF is #DC4F50. Grayscale: #858585. Windows color (decimal): -14438225 or 11513891. OLE color: 11513891.
HSL color Cylindrical-coordinate representation of color #23B0AF: hue angle of 179.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B0AF is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 176 | 175 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.31 |
| HSL | 179.57º | 0.67% | 0.41% | - |
| HSV(B) | 179.57º | 0.8% | 0.69% | - |
| XYZ | 23.96 | 34.5 | 45.95 | - |
| YUV | 133.73 | 151.29 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 176 | 175 | 0.80 | 0 | 0.01 | 0.31 | 179.57 | 0.67 | 0.41 |
| Hex | 23 | B0 | AF | 50 | 0 | 1 | 1F | B4 | 43 | 29 |
| Octal | 43 | 260 | 257 | 120 | 0 | 1 | 37 | 264 | 103 | 51 |
| Binary | 100011 | 10110000 | 10101111 | 1010000 | 0 | 1 | 11111 | 10110100 | 1000011 | 101001 |
Color Harmonies of #23B0AF
Complementary color
Monochromatic Colors of #23B0AF
Black with #23B0AF
Text Example
Text Example
White with #23B0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B0AF; }
p { color: rgb(35,176,175); }
H1.HeaderClassName
{
color: #23B0AF;
}
.AnyTagClassName
{
color: #23B0AF;
}
</style>
background-color css
<style>
a { background-color: #23B0AF; }
a { background-color: rgb(35,176,175); }
div.DivClassName
{
background-color: #23B0AF;
}
.BgClassName
{
background-color: #23B0AF;
}
</style>
border-color css
<style>
span { border-color: #23B0AF; }
span { border-color: rgb(35,176,175); }
td.TdClassName
{
border-color: #23B0AF;
}
.TagClassName
{
border-color: #23B0AF;
}
</style>