Shades of Shamrock #35CDB5
Tints of Shamrock #35CDB5
RGB
CMYK
RGB Variations
Color information
#35CDB5 (or 0x35CDB5) is known color: Shamrock. HEX triplet: 35, CD and B5. RGB value is (53,205,181). Sum of RGB (Red+Green+Blue) = 53+205+181=439 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.07% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CDB5 is #CA324A. Grayscale: #9C9C9C. Windows color (decimal): -13251147 or 11914549. OLE color: 11914549.
HSL color Cylindrical-coordinate representation of color #35CDB5: hue angle of 170.53º 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 #35CDB5 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 205 | 181 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.20 |
| HSL | 170.53º | 0.6% | 0.51% | - |
| HSV(B) | 170.53º | 0.74% | 0.8% | - |
| XYZ | 31.64 | 47.76 | 51.27 | - |
| YUV | 156.82 | 141.64 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 205 | 181 | 0.74 | 0 | 0.12 | 0.20 | 170.53 | 0.6 | 0.51 |
| Hex | 35 | CD | B5 | 4A | 0 | C | 14 | AB | 3C | 33 |
| Octal | 65 | 315 | 265 | 112 | 0 | 14 | 24 | 253 | 74 | 63 |
| Binary | 110101 | 11001101 | 10110101 | 1001010 | 0 | 1100 | 10100 | 10101011 | 111100 | 110011 |
Color Harmonies of #35CDB5
Complementary color
Monochromatic Colors of #35CDB5
Black with #35CDB5
Text Example
Text Example
White with #35CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CDB5; }
p { color: rgb(53,205,181); }
H1.HeaderClassName
{
color: #35CDB5;
}
.AnyTagClassName
{
color: #35CDB5;
}
</style>
background-color css
<style>
a { background-color: #35CDB5; }
a { background-color: rgb(53,205,181); }
div.DivClassName
{
background-color: #35CDB5;
}
.BgClassName
{
background-color: #35CDB5;
}
</style>
border-color css
<style>
span { border-color: #35CDB5; }
span { border-color: rgb(53,205,181); }
td.TdClassName
{
border-color: #35CDB5;
}
.TagClassName
{
border-color: #35CDB5;
}
</style>