Shades of Shamrock #35CDA8
Tints of Shamrock #35CDA8
RGB
CMYK
RGB Variations
Color information
#35CDA8 (or 0x35CDA8) is known color: Shamrock. HEX triplet: 35, CD and A8. RGB value is (53,205,168). Sum of RGB (Red+Green+Blue) = 53+205+168=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CDA8 is #CA3257. Grayscale: #9B9B9B. Windows color (decimal): -13251160 or 11062581. OLE color: 11062581.
HSL color Cylindrical-coordinate representation of color #35CDA8: hue angle of 165.39º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CDA8 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 205 | 168 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.20 |
| HSL | 165.39º | 0.6% | 0.51% | - |
| HSV(B) | 165.39º | 0.74% | 0.8% | - |
| XYZ | 30.37 | 47.25 | 44.56 | - |
| YUV | 155.33 | 135.14 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 205 | 168 | 0.74 | 0 | 0.18 | 0.20 | 165.39 | 0.6 | 0.51 |
| Hex | 35 | CD | A8 | 4A | 0 | 12 | 14 | A5 | 3C | 33 |
| Octal | 65 | 315 | 250 | 112 | 0 | 22 | 24 | 245 | 74 | 63 |
| Binary | 110101 | 11001101 | 10101000 | 1001010 | 0 | 10010 | 10100 | 10100101 | 111100 | 110011 |
Color Harmonies of #35CDA8
Complementary color
Monochromatic Colors of #35CDA8
Black with #35CDA8
Text Example
Text Example
White with #35CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CDA8; }
p { color: rgb(53,205,168); }
H1.HeaderClassName
{
color: #35CDA8;
}
.AnyTagClassName
{
color: #35CDA8;
}
</style>
background-color css
<style>
a { background-color: #35CDA8; }
a { background-color: rgb(53,205,168); }
div.DivClassName
{
background-color: #35CDA8;
}
.BgClassName
{
background-color: #35CDA8;
}
</style>
border-color css
<style>
span { border-color: #35CDA8; }
span { border-color: rgb(53,205,168); }
td.TdClassName
{
border-color: #35CDA8;
}
.TagClassName
{
border-color: #35CDA8;
}
</style>