Shades of Light Sea Green #23ADBC
Tints of Light Sea Green #23ADBC
RGB
CMYK
RGB Variations
Color information
#23ADBC (or 0x23ADBC) is known color: Light Sea Green. HEX triplet: 23, AD and BC. RGB value is (35,173,188). Sum of RGB (Red+Green+Blue) = 35+173+188=396 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.84% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #23ADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ADBC is #DC5243. Grayscale: #858585. Windows color (decimal): -14438980 or 12365091. OLE color: 12365091.
HSL color Cylindrical-coordinate representation of color #23ADBC: hue angle of 185.88º 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 #23ADBC is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 173 | 188 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.26 |
| HSL | 185.88º | 0.69% | 0.44% | - |
| HSV(B) | 185.88º | 0.81% | 0.74% | - |
| XYZ | 24.71 | 33.88 | 52.81 | - |
| YUV | 133.45 | 158.78 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 188 | 0.81 | 0.08 | 0 | 0.26 | 185.88 | 0.69 | 0.44 |
| Hex | 23 | AD | BC | 51 | 8 | 0 | 1A | BA | 45 | 2C |
| Octal | 43 | 255 | 274 | 121 | 10 | 0 | 32 | 272 | 105 | 54 |
| Binary | 100011 | 10101101 | 10111100 | 1010001 | 1000 | 0 | 11010 | 10111010 | 1000101 | 101100 |
Color Harmonies of #23ADBC
Complementary color
Monochromatic Colors of #23ADBC
Black with #23ADBC
Text Example
Text Example
White with #23ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ADBC; }
p { color: rgb(35,173,188); }
H1.HeaderClassName
{
color: #23ADBC;
}
.AnyTagClassName
{
color: #23ADBC;
}
</style>
background-color css
<style>
a { background-color: #23ADBC; }
a { background-color: rgb(35,173,188); }
div.DivClassName
{
background-color: #23ADBC;
}
.BgClassName
{
background-color: #23ADBC;
}
</style>
border-color css
<style>
span { border-color: #23ADBC; }
span { border-color: rgb(35,173,188); }
td.TdClassName
{
border-color: #23ADBC;
}
.TagClassName
{
border-color: #23ADBC;
}
</style>