Shades of Shamrock #35CFB5
Tints of Shamrock #35CFB5
RGB
CMYK
RGB Variations
Color information
#35CFB5 (or 0x35CFB5) is known color: Shamrock. HEX triplet: 35, CF and B5. RGB value is (53,207,181). Sum of RGB (Red+Green+Blue) = 53+207+181=441 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.02% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #35CFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CFB5 is #CA304A. Grayscale: #9D9D9D. Windows color (decimal): -13250635 or 11915061. OLE color: 11915061.
HSL color Cylindrical-coordinate representation of color #35CFB5: hue angle of 169.87º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CFB5 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 207 | 181 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.19 |
| HSL | 169.87º | 0.62% | 0.51% | - |
| HSV(B) | 169.87º | 0.74% | 0.81% | - |
| XYZ | 32.12 | 48.72 | 51.43 | - |
| YUV | 157.99 | 140.98 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 207 | 181 | 0.74 | 0 | 0.13 | 0.19 | 169.87 | 0.62 | 0.51 |
| Hex | 35 | CF | B5 | 4A | 0 | D | 13 | AA | 3E | 33 |
| Octal | 65 | 317 | 265 | 112 | 0 | 15 | 23 | 252 | 76 | 63 |
| Binary | 110101 | 11001111 | 10110101 | 1001010 | 0 | 1101 | 10011 | 10101010 | 111110 | 110011 |
Color Harmonies of #35CFB5
Complementary color
Monochromatic Colors of #35CFB5
Black with #35CFB5
Text Example
Text Example
White with #35CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CFB5; }
p { color: rgb(53,207,181); }
H1.HeaderClassName
{
color: #35CFB5;
}
.AnyTagClassName
{
color: #35CFB5;
}
</style>
background-color css
<style>
a { background-color: #35CFB5; }
a { background-color: rgb(53,207,181); }
div.DivClassName
{
background-color: #35CFB5;
}
.BgClassName
{
background-color: #35CFB5;
}
</style>
border-color css
<style>
span { border-color: #35CFB5; }
span { border-color: rgb(53,207,181); }
td.TdClassName
{
border-color: #35CFB5;
}
.TagClassName
{
border-color: #35CFB5;
}
</style>