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