Shades of Light Sea Green #23B4BC
Tints of Light Sea Green #23B4BC
RGB
CMYK
RGB Variations
Color information
#23B4BC (or 0x23B4BC) is known color: Light Sea Green. HEX triplet: 23, B4 and BC. RGB value is (35,180,188). Sum of RGB (Red+Green+Blue) = 35+180+188=403 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.68% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #23B4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23B4BC is #DC4B43. Grayscale: #898989. Windows color (decimal): -14437188 or 12366883. OLE color: 12366883.
HSL color Cylindrical-coordinate representation of color #23B4BC: hue angle of 183.14º 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 #23B4BC is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 180 | 188 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.26 |
| HSL | 183.14º | 0.69% | 0.44% | - |
| HSV(B) | 183.14º | 0.81% | 0.74% | - |
| XYZ | 26.09 | 36.63 | 53.27 | - |
| YUV | 137.56 | 156.46 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 180 | 188 | 0.81 | 0.04 | 0 | 0.26 | 183.14 | 0.69 | 0.44 |
| Hex | 23 | B4 | BC | 51 | 4 | 0 | 1A | B7 | 45 | 2C |
| Octal | 43 | 264 | 274 | 121 | 4 | 0 | 32 | 267 | 105 | 54 |
| Binary | 100011 | 10110100 | 10111100 | 1010001 | 100 | 0 | 11010 | 10110111 | 1000101 | 101100 |
Color Harmonies of #23B4BC
Complementary color
Monochromatic Colors of #23B4BC
Black with #23B4BC
Text Example
Text Example
White with #23B4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23B4BC; }
p { color: rgb(35,180,188); }
H1.HeaderClassName
{
color: #23B4BC;
}
.AnyTagClassName
{
color: #23B4BC;
}
</style>
background-color css
<style>
a { background-color: #23B4BC; }
a { background-color: rgb(35,180,188); }
div.DivClassName
{
background-color: #23B4BC;
}
.BgClassName
{
background-color: #23B4BC;
}
</style>
border-color css
<style>
span { border-color: #23B4BC; }
span { border-color: rgb(35,180,188); }
td.TdClassName
{
border-color: #23B4BC;
}
.TagClassName
{
border-color: #23B4BC;
}
</style>