Shades of Shamrock #23C6A4
Tints of Shamrock #23C6A4
RGB
CMYK
RGB Variations
Color information
#23C6A4 (or 0x23C6A4) is known color: Shamrock. HEX triplet: 23, C6 and A4. RGB value is (35,198,164). Sum of RGB (Red+Green+Blue) = 35+198+164=397 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.82% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #23C6A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C6A4 is #DC395B. Grayscale: #919191. Windows color (decimal): -14432604 or 10798627. OLE color: 10798627.
HSL color Cylindrical-coordinate representation of color #23C6A4: hue angle of 167.48º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C6A4 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 198 | 164 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.22 |
| HSL | 167.48º | 0.7% | 0.46% | - |
| HSV(B) | 167.48º | 0.82% | 0.78% | - |
| XYZ | 27.59 | 43.43 | 42.05 | - |
| YUV | 145.39 | 138.5 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 198 | 164 | 0.82 | 0 | 0.17 | 0.22 | 167.48 | 0.7 | 0.46 |
| Hex | 23 | C6 | A4 | 52 | 0 | 11 | 16 | A7 | 46 | 2E |
| Octal | 43 | 306 | 244 | 122 | 0 | 21 | 26 | 247 | 106 | 56 |
| Binary | 100011 | 11000110 | 10100100 | 1010010 | 0 | 10001 | 10110 | 10100111 | 1000110 | 101110 |
Color Harmonies of #23C6A4
Complementary color
Monochromatic Colors of #23C6A4
Black with #23C6A4
Text Example
Text Example
White with #23C6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C6A4; }
p { color: rgb(35,198,164); }
H1.HeaderClassName
{
color: #23C6A4;
}
.AnyTagClassName
{
color: #23C6A4;
}
</style>
background-color css
<style>
a { background-color: #23C6A4; }
a { background-color: rgb(35,198,164); }
div.DivClassName
{
background-color: #23C6A4;
}
.BgClassName
{
background-color: #23C6A4;
}
</style>
border-color css
<style>
span { border-color: #23C6A4; }
span { border-color: rgb(35,198,164); }
td.TdClassName
{
border-color: #23C6A4;
}
.TagClassName
{
border-color: #23C6A4;
}
</style>