Shades of Light Sea Green #23BDC5
Tints of Light Sea Green #23BDC5
RGB
CMYK
RGB Variations
Color information
#23BDC5 (or 0x23BDC5) is known color: Light Sea Green. HEX triplet: 23, BD and C5. RGB value is (35,189,197). Sum of RGB (Red+Green+Blue) = 35+189+197=421 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.31% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #23BDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BDC5 is #DC423A. Grayscale: #8F8F8F. Windows color (decimal): -14434875 or 12959011. OLE color: 12959011.
HSL color Cylindrical-coordinate representation of color #23BDC5: hue angle of 182.96º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BDC5 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 189 | 197 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.23 |
| HSL | 182.96º | 0.7% | 0.45% | - |
| HSV(B) | 182.96º | 0.82% | 0.77% | - |
| XYZ | 28.97 | 40.78 | 59.17 | - |
| YUV | 143.87 | 157.98 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 189 | 197 | 0.82 | 0.04 | 0 | 0.23 | 182.96 | 0.7 | 0.45 |
| Hex | 23 | BD | C5 | 52 | 4 | 0 | 17 | B7 | 46 | 2D |
| Octal | 43 | 275 | 305 | 122 | 4 | 0 | 27 | 267 | 106 | 55 |
| Binary | 100011 | 10111101 | 11000101 | 1010010 | 100 | 0 | 10111 | 10110111 | 1000110 | 101101 |
Color Harmonies of #23BDC5
Complementary color
Monochromatic Colors of #23BDC5
Black with #23BDC5
Text Example
Text Example
White with #23BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BDC5; }
p { color: rgb(35,189,197); }
H1.HeaderClassName
{
color: #23BDC5;
}
.AnyTagClassName
{
color: #23BDC5;
}
</style>
background-color css
<style>
a { background-color: #23BDC5; }
a { background-color: rgb(35,189,197); }
div.DivClassName
{
background-color: #23BDC5;
}
.BgClassName
{
background-color: #23BDC5;
}
</style>
border-color css
<style>
span { border-color: #23BDC5; }
span { border-color: rgb(35,189,197); }
td.TdClassName
{
border-color: #23BDC5;
}
.TagClassName
{
border-color: #23BDC5;
}
</style>