Shades of Light Sea Green #23CBBD
Tints of Light Sea Green #23CBBD
RGB
CMYK
RGB Variations
Color information
#23CBBD (or 0x23CBBD) is known color: Light Sea Green. HEX triplet: 23, CB and BD. RGB value is (35,203,189). Sum of RGB (Red+Green+Blue) = 35+203+189=427 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.20% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #23CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CBBD is #DC3442. Grayscale: #979797. Windows color (decimal): -14431299 or 12438307. OLE color: 12438307.
HSL color Cylindrical-coordinate representation of color #23CBBD: hue angle of 175º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CBBD is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 203 | 189 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.20 |
| HSL | 175º | 0.71% | 0.47% | - |
| HSV(B) | 175º | 0.83% | 0.8% | - |
| XYZ | 31.23 | 46.74 | 55.52 | - |
| YUV | 151.17 | 149.34 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 203 | 189 | 0.83 | 0 | 0.07 | 0.20 | 175 | 0.71 | 0.47 |
| Hex | 23 | CB | BD | 53 | 0 | 7 | 14 | AF | 47 | 2F |
| Octal | 43 | 313 | 275 | 123 | 0 | 7 | 24 | 257 | 107 | 57 |
| Binary | 100011 | 11001011 | 10111101 | 1010011 | 0 | 111 | 10100 | 10101111 | 1000111 | 101111 |
Color Harmonies of #23CBBD
Complementary color
Monochromatic Colors of #23CBBD
Black with #23CBBD
Text Example
Text Example
White with #23CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CBBD; }
p { color: rgb(35,203,189); }
H1.HeaderClassName
{
color: #23CBBD;
}
.AnyTagClassName
{
color: #23CBBD;
}
</style>
background-color css
<style>
a { background-color: #23CBBD; }
a { background-color: rgb(35,203,189); }
div.DivClassName
{
background-color: #23CBBD;
}
.BgClassName
{
background-color: #23CBBD;
}
</style>
border-color css
<style>
span { border-color: #23CBBD; }
span { border-color: rgb(35,203,189); }
td.TdClassName
{
border-color: #23CBBD;
}
.TagClassName
{
border-color: #23CBBD;
}
</style>