Shades of Light Sea Green #23BDB4
Tints of Light Sea Green #23BDB4
RGB
CMYK
RGB Variations
Color information
#23BDB4 (or 0x23BDB4) is known color: Light Sea Green. HEX triplet: 23, BD and B4. RGB value is (35,189,180). Sum of RGB (Red+Green+Blue) = 35+189+180=404 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.66% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 189 - color contains mainly: green. Hex color #23BDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BDB4 is #DC424B. Grayscale: #8D8D8D. Windows color (decimal): -14434892 or 11844899. OLE color: 11844899.
HSL color Cylindrical-coordinate representation of color #23BDB4: hue angle of 176.49º 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 #23BDB4 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 189 | 180 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.26 |
| HSL | 176.49º | 0.69% | 0.44% | - |
| HSV(B) | 176.49º | 0.81% | 0.74% | - |
| XYZ | 27.13 | 40.05 | 49.48 | - |
| YUV | 141.93 | 149.48 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 189 | 180 | 0.81 | 0 | 0.05 | 0.26 | 176.49 | 0.69 | 0.44 |
| Hex | 23 | BD | B4 | 51 | 0 | 5 | 1A | B0 | 45 | 2C |
| Octal | 43 | 275 | 264 | 121 | 0 | 5 | 32 | 260 | 105 | 54 |
| Binary | 100011 | 10111101 | 10110100 | 1010001 | 0 | 101 | 11010 | 10110000 | 1000101 | 101100 |
Color Harmonies of #23BDB4
Complementary color
Monochromatic Colors of #23BDB4
Black with #23BDB4
Text Example
Text Example
White with #23BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BDB4; }
p { color: rgb(35,189,180); }
H1.HeaderClassName
{
color: #23BDB4;
}
.AnyTagClassName
{
color: #23BDB4;
}
</style>
background-color css
<style>
a { background-color: #23BDB4; }
a { background-color: rgb(35,189,180); }
div.DivClassName
{
background-color: #23BDB4;
}
.BgClassName
{
background-color: #23BDB4;
}
</style>
border-color css
<style>
span { border-color: #23BDB4; }
span { border-color: rgb(35,189,180); }
td.TdClassName
{
border-color: #23BDB4;
}
.TagClassName
{
border-color: #23BDB4;
}
</style>