Shades of Shamrock #35CDB1
Tints of Shamrock #35CDB1
RGB
CMYK
RGB Variations
Color information
#35CDB1 (or 0x35CDB1) is known color: Shamrock. HEX triplet: 35, CD and B1. RGB value is (53,205,177). Sum of RGB (Red+Green+Blue) = 53+205+177=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CDB1 is #CA324E. Grayscale: #9C9C9C. Windows color (decimal): -13251151 or 11652405. OLE color: 11652405.
HSL color Cylindrical-coordinate representation of color #35CDB1: hue angle of 168.95º 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 #35CDB1 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 205 | 177 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.20 |
| HSL | 168.95º | 0.6% | 0.51% | - |
| HSV(B) | 168.95º | 0.74% | 0.8% | - |
| XYZ | 31.24 | 47.59 | 49.14 | - |
| YUV | 156.36 | 139.64 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 205 | 177 | 0.74 | 0 | 0.14 | 0.20 | 168.95 | 0.6 | 0.51 |
| Hex | 35 | CD | B1 | 4A | 0 | E | 14 | A9 | 3C | 33 |
| Octal | 65 | 315 | 261 | 112 | 0 | 16 | 24 | 251 | 74 | 63 |
| Binary | 110101 | 11001101 | 10110001 | 1001010 | 0 | 1110 | 10100 | 10101001 | 111100 | 110011 |
Color Harmonies of #35CDB1
Complementary color
Monochromatic Colors of #35CDB1
Black with #35CDB1
Text Example
Text Example
White with #35CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CDB1; }
p { color: rgb(53,205,177); }
H1.HeaderClassName
{
color: #35CDB1;
}
.AnyTagClassName
{
color: #35CDB1;
}
</style>
background-color css
<style>
a { background-color: #35CDB1; }
a { background-color: rgb(53,205,177); }
div.DivClassName
{
background-color: #35CDB1;
}
.BgClassName
{
background-color: #35CDB1;
}
</style>
border-color css
<style>
span { border-color: #35CDB1; }
span { border-color: rgb(53,205,177); }
td.TdClassName
{
border-color: #35CDB1;
}
.TagClassName
{
border-color: #35CDB1;
}
</style>