Shades of Light Sea Green #23AFB9
Tints of Light Sea Green #23AFB9
RGB
CMYK
RGB Variations
Color information
#23AFB9 (or 0x23AFB9) is known color: Light Sea Green. HEX triplet: 23, AF and B9. RGB value is (35,175,185). Sum of RGB (Red+Green+Blue) = 35+175+185=395 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.86% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #23AFB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23AFB9 is #DC5046. Grayscale: #868686. Windows color (decimal): -14438471 or 12168995. OLE color: 12168995.
HSL color Cylindrical-coordinate representation of color #23AFB9: hue angle of 184º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23AFB9 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 175 | 185 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.27 |
| HSL | 184º | 0.68% | 0.43% | - |
| HSV(B) | 184º | 0.81% | 0.73% | - |
| XYZ | 24.78 | 34.52 | 51.26 | - |
| YUV | 134.28 | 156.62 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 185 | 0.81 | 0.05 | 0 | 0.27 | 184 | 0.68 | 0.43 |
| Hex | 23 | AF | B9 | 51 | 5 | 0 | 1B | B8 | 44 | 2B |
| Octal | 43 | 257 | 271 | 121 | 5 | 0 | 33 | 270 | 104 | 53 |
| Binary | 100011 | 10101111 | 10111001 | 1010001 | 101 | 0 | 11011 | 10111000 | 1000100 | 101011 |
Color Harmonies of #23AFB9
Complementary color
Monochromatic Colors of #23AFB9
Black with #23AFB9
Text Example
Text Example
White with #23AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AFB9; }
p { color: rgb(35,175,185); }
H1.HeaderClassName
{
color: #23AFB9;
}
.AnyTagClassName
{
color: #23AFB9;
}
</style>
background-color css
<style>
a { background-color: #23AFB9; }
a { background-color: rgb(35,175,185); }
div.DivClassName
{
background-color: #23AFB9;
}
.BgClassName
{
background-color: #23AFB9;
}
</style>
border-color css
<style>
span { border-color: #23AFB9; }
span { border-color: rgb(35,175,185); }
td.TdClassName
{
border-color: #23AFB9;
}
.TagClassName
{
border-color: #23AFB9;
}
</style>