Shades of Light Sea Green #23CDB2
Tints of Light Sea Green #23CDB2
RGB
CMYK
RGB Variations
Color information
#23CDB2 (or 0x23CDB2) is known color: Light Sea Green. HEX triplet: 23, CD and B2. RGB value is (35,205,178). Sum of RGB (Red+Green+Blue) = 35+205+178=418 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.37% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #23CDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CDB2 is #DC324D. Grayscale: #979797. Windows color (decimal): -14430798 or 11717923. OLE color: 11717923.
HSL color Cylindrical-coordinate representation of color #23CDB2: hue angle of 170.47º 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 #23CDB2 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 205 | 178 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.20 |
| HSL | 170.47º | 0.71% | 0.47% | - |
| HSV(B) | 170.47º | 0.83% | 0.8% | - |
| XYZ | 30.56 | 47.23 | 49.63 | - |
| YUV | 151.09 | 143.18 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 205 | 178 | 0.83 | 0 | 0.13 | 0.20 | 170.47 | 0.71 | 0.47 |
| Hex | 23 | CD | B2 | 53 | 0 | D | 14 | AA | 47 | 2F |
| Octal | 43 | 315 | 262 | 123 | 0 | 15 | 24 | 252 | 107 | 57 |
| Binary | 100011 | 11001101 | 10110010 | 1010011 | 0 | 1101 | 10100 | 10101010 | 1000111 | 101111 |
Color Harmonies of #23CDB2
Complementary color
Monochromatic Colors of #23CDB2
Black with #23CDB2
Text Example
Text Example
White with #23CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CDB2; }
p { color: rgb(35,205,178); }
H1.HeaderClassName
{
color: #23CDB2;
}
.AnyTagClassName
{
color: #23CDB2;
}
</style>
background-color css
<style>
a { background-color: #23CDB2; }
a { background-color: rgb(35,205,178); }
div.DivClassName
{
background-color: #23CDB2;
}
.BgClassName
{
background-color: #23CDB2;
}
</style>
border-color css
<style>
span { border-color: #23CDB2; }
span { border-color: rgb(35,205,178); }
td.TdClassName
{
border-color: #23CDB2;
}
.TagClassName
{
border-color: #23CDB2;
}
</style>