Shades of Light Sea Green #23BFBD
Tints of Light Sea Green #23BFBD
RGB
CMYK
RGB Variations
Color information
#23BFBD (or 0x23BFBD) is known color: Light Sea Green. HEX triplet: 23, BF and BD. RGB value is (35,191,189). Sum of RGB (Red+Green+Blue) = 35+191+189=415 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.43% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #23BFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BFBD is #DC4042. Grayscale: #8F8F8F. Windows color (decimal): -14434371 or 12435235. OLE color: 12435235.
HSL color Cylindrical-coordinate representation of color #23BFBD: hue angle of 179.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BFBD is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 191 | 189 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.25 |
| HSL | 179.23º | 0.69% | 0.44% | - |
| HSV(B) | 179.23º | 0.82% | 0.75% | - |
| XYZ | 28.51 | 41.29 | 54.61 | - |
| YUV | 144.13 | 153.32 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 191 | 189 | 0.82 | 0 | 0.01 | 0.25 | 179.23 | 0.69 | 0.44 |
| Hex | 23 | BF | BD | 52 | 0 | 1 | 19 | B3 | 45 | 2C |
| Octal | 43 | 277 | 275 | 122 | 0 | 1 | 31 | 263 | 105 | 54 |
| Binary | 100011 | 10111111 | 10111101 | 1010010 | 0 | 1 | 11001 | 10110011 | 1000101 | 101100 |
Color Harmonies of #23BFBD
Complementary color
Monochromatic Colors of #23BFBD
Black with #23BFBD
Text Example
Text Example
White with #23BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BFBD; }
p { color: rgb(35,191,189); }
H1.HeaderClassName
{
color: #23BFBD;
}
.AnyTagClassName
{
color: #23BFBD;
}
</style>
background-color css
<style>
a { background-color: #23BFBD; }
a { background-color: rgb(35,191,189); }
div.DivClassName
{
background-color: #23BFBD;
}
.BgClassName
{
background-color: #23BFBD;
}
</style>
border-color css
<style>
span { border-color: #23BFBD; }
span { border-color: rgb(35,191,189); }
td.TdClassName
{
border-color: #23BFBD;
}
.TagClassName
{
border-color: #23BFBD;
}
</style>