Shades of Light Sea Green #23AFBC
Tints of Light Sea Green #23AFBC
RGB
CMYK
RGB Variations
Color information
#23AFBC (or 0x23AFBC) is known color: Light Sea Green. HEX triplet: 23, AF and BC. RGB value is (35,175,188). Sum of RGB (Red+Green+Blue) = 35+175+188=398 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.79% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #23AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23AFBC is #DC5043. Grayscale: #868686. Windows color (decimal): -14438468 or 12365603. OLE color: 12365603.
HSL color Cylindrical-coordinate representation of color #23AFBC: hue angle of 185.1º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23AFBC is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 175 | 188 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.26 |
| HSL | 185.1º | 0.69% | 0.44% | - |
| HSV(B) | 185.1º | 0.81% | 0.74% | - |
| XYZ | 25.1 | 34.65 | 52.94 | - |
| YUV | 134.62 | 158.12 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 188 | 0.81 | 0.07 | 0 | 0.26 | 185.1 | 0.69 | 0.44 |
| Hex | 23 | AF | BC | 51 | 7 | 0 | 1A | B9 | 45 | 2C |
| Octal | 43 | 257 | 274 | 121 | 7 | 0 | 32 | 271 | 105 | 54 |
| Binary | 100011 | 10101111 | 10111100 | 1010001 | 111 | 0 | 11010 | 10111001 | 1000101 | 101100 |
Color Harmonies of #23AFBC
Complementary color
Monochromatic Colors of #23AFBC
Black with #23AFBC
Text Example
Text Example
White with #23AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AFBC; }
p { color: rgb(35,175,188); }
H1.HeaderClassName
{
color: #23AFBC;
}
.AnyTagClassName
{
color: #23AFBC;
}
</style>
background-color css
<style>
a { background-color: #23AFBC; }
a { background-color: rgb(35,175,188); }
div.DivClassName
{
background-color: #23AFBC;
}
.BgClassName
{
background-color: #23AFBC;
}
</style>
border-color css
<style>
span { border-color: #23AFBC; }
span { border-color: rgb(35,175,188); }
td.TdClassName
{
border-color: #23AFBC;
}
.TagClassName
{
border-color: #23AFBC;
}
</style>