Shades of Light Sea Green #23C2B5
Tints of Light Sea Green #23C2B5
RGB
CMYK
RGB Variations
Color information
#23C2B5 (or 0x23C2B5) is known color: Light Sea Green. HEX triplet: 23, C2 and B5. RGB value is (35,194,181). Sum of RGB (Red+Green+Blue) = 35+194+181=410 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.54% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #23C2B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C2B5 is #DC3D4A. Grayscale: #909090. Windows color (decimal): -14433611 or 11911715. OLE color: 11911715.
HSL color Cylindrical-coordinate representation of color #23C2B5: hue angle of 175.09º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C2B5 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 194 | 181 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.24 |
| HSL | 175.09º | 0.69% | 0.45% | - |
| HSV(B) | 175.09º | 0.82% | 0.76% | - |
| XYZ | 28.33 | 42.28 | 50.38 | - |
| YUV | 144.98 | 148.32 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 194 | 181 | 0.82 | 0 | 0.07 | 0.24 | 175.09 | 0.69 | 0.45 |
| Hex | 23 | C2 | B5 | 52 | 0 | 7 | 18 | AF | 45 | 2D |
| Octal | 43 | 302 | 265 | 122 | 0 | 7 | 30 | 257 | 105 | 55 |
| Binary | 100011 | 11000010 | 10110101 | 1010010 | 0 | 111 | 11000 | 10101111 | 1000101 | 101101 |
Color Harmonies of #23C2B5
Complementary color
Monochromatic Colors of #23C2B5
Black with #23C2B5
Text Example
Text Example
White with #23C2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C2B5; }
p { color: rgb(35,194,181); }
H1.HeaderClassName
{
color: #23C2B5;
}
.AnyTagClassName
{
color: #23C2B5;
}
</style>
background-color css
<style>
a { background-color: #23C2B5; }
a { background-color: rgb(35,194,181); }
div.DivClassName
{
background-color: #23C2B5;
}
.BgClassName
{
background-color: #23C2B5;
}
</style>
border-color css
<style>
span { border-color: #23C2B5; }
span { border-color: rgb(35,194,181); }
td.TdClassName
{
border-color: #23C2B5;
}
.TagClassName
{
border-color: #23C2B5;
}
</style>