Shades of Light Sea Green #23CCB0
Tints of Light Sea Green #23CCB0
RGB
CMYK
RGB Variations
Color information
#23CCB0 (or 0x23CCB0) is known color: Light Sea Green. HEX triplet: 23, CC and B0. RGB value is (35,204,176). Sum of RGB (Red+Green+Blue) = 35+204+176=415 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.43% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #23CCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CCB0 is #DC334F. Grayscale: #969696. Windows color (decimal): -14431056 or 11586595. OLE color: 11586595.
HSL color Cylindrical-coordinate representation of color #23CCB0: hue angle of 170.06º 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 #23CCB0 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 204 | 176 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.2 |
| HSL | 170.06º | 0.71% | 0.47% | - |
| HSV(B) | 170.06º | 0.83% | 0.8% | - |
| XYZ | 30.12 | 46.68 | 48.5 | - |
| YUV | 150.28 | 142.51 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 204 | 176 | 0.83 | 0 | 0.14 | 0.2 | 170.06 | 0.71 | 0.47 |
| Hex | 23 | CC | B0 | 53 | 0 | E | 14 | AA | 47 | 2F |
| Octal | 43 | 314 | 260 | 123 | 0 | 16 | 24 | 252 | 107 | 57 |
| Binary | 100011 | 11001100 | 10110000 | 1010011 | 0 | 1110 | 10100 | 10101010 | 1000111 | 101111 |
Color Harmonies of #23CCB0
Complementary color
Monochromatic Colors of #23CCB0
Black with #23CCB0
Text Example
Text Example
White with #23CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CCB0; }
p { color: rgb(35,204,176); }
H1.HeaderClassName
{
color: #23CCB0;
}
.AnyTagClassName
{
color: #23CCB0;
}
</style>
background-color css
<style>
a { background-color: #23CCB0; }
a { background-color: rgb(35,204,176); }
div.DivClassName
{
background-color: #23CCB0;
}
.BgClassName
{
background-color: #23CCB0;
}
</style>
border-color css
<style>
span { border-color: #23CCB0; }
span { border-color: rgb(35,204,176); }
td.TdClassName
{
border-color: #23CCB0;
}
.TagClassName
{
border-color: #23CCB0;
}
</style>