Shades of Light Sea Green #23BDBC
Tints of Light Sea Green #23BDBC
RGB
CMYK
RGB Variations
Color information
#23BDBC (or 0x23BDBC) is known color: Light Sea Green. HEX triplet: 23, BD and BC. RGB value is (35,189,188). Sum of RGB (Red+Green+Blue) = 35+189+188=412 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.50% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #23BDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BDBC is #DC4243. Grayscale: #8E8E8E. Windows color (decimal): -14434884 or 12369187. OLE color: 12369187.
HSL color Cylindrical-coordinate representation of color #23BDBC: hue angle of 179.61º 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 #23BDBC is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 189 | 188 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.26 |
| HSL | 179.61º | 0.69% | 0.44% | - |
| HSV(B) | 179.61º | 0.81% | 0.74% | - |
| XYZ | 27.97 | 40.38 | 53.9 | - |
| YUV | 142.84 | 153.48 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 189 | 188 | 0.81 | 0 | 0.01 | 0.26 | 179.61 | 0.69 | 0.44 |
| Hex | 23 | BD | BC | 51 | 0 | 1 | 1A | B4 | 45 | 2C |
| Octal | 43 | 275 | 274 | 121 | 0 | 1 | 32 | 264 | 105 | 54 |
| Binary | 100011 | 10111101 | 10111100 | 1010001 | 0 | 1 | 11010 | 10110100 | 1000101 | 101100 |
Color Harmonies of #23BDBC
Complementary color
Monochromatic Colors of #23BDBC
Black with #23BDBC
Text Example
Text Example
White with #23BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BDBC; }
p { color: rgb(35,189,188); }
H1.HeaderClassName
{
color: #23BDBC;
}
.AnyTagClassName
{
color: #23BDBC;
}
</style>
background-color css
<style>
a { background-color: #23BDBC; }
a { background-color: rgb(35,189,188); }
div.DivClassName
{
background-color: #23BDBC;
}
.BgClassName
{
background-color: #23BDBC;
}
</style>
border-color css
<style>
span { border-color: #23BDBC; }
span { border-color: rgb(35,189,188); }
td.TdClassName
{
border-color: #23BDBC;
}
.TagClassName
{
border-color: #23BDBC;
}
</style>