Shades of Shamrock #35CDB3
Tints of Shamrock #35CDB3
RGB
CMYK
RGB Variations
Color information
#35CDB3 (or 0x35CDB3) is known color: Shamrock. HEX triplet: 35, CD and B3. RGB value is (53,205,179). Sum of RGB (Red+Green+Blue) = 53+205+179=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #35CDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CDB3 is #CA324C. Grayscale: #9C9C9C. Windows color (decimal): -13251149 or 11783477. OLE color: 11783477.
HSL color Cylindrical-coordinate representation of color #35CDB3: hue angle of 169.74º 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 #35CDB3 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 205 | 179 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.20 |
| HSL | 169.74º | 0.6% | 0.51% | - |
| HSV(B) | 169.74º | 0.74% | 0.8% | - |
| XYZ | 31.44 | 47.67 | 50.19 | - |
| YUV | 156.59 | 140.64 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 205 | 179 | 0.74 | 0 | 0.13 | 0.20 | 169.74 | 0.6 | 0.51 |
| Hex | 35 | CD | B3 | 4A | 0 | D | 14 | AA | 3C | 33 |
| Octal | 65 | 315 | 263 | 112 | 0 | 15 | 24 | 252 | 74 | 63 |
| Binary | 110101 | 11001101 | 10110011 | 1001010 | 0 | 1101 | 10100 | 10101010 | 111100 | 110011 |
Color Harmonies of #35CDB3
Complementary color
Monochromatic Colors of #35CDB3
Black with #35CDB3
Text Example
Text Example
White with #35CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CDB3; }
p { color: rgb(53,205,179); }
H1.HeaderClassName
{
color: #35CDB3;
}
.AnyTagClassName
{
color: #35CDB3;
}
</style>
background-color css
<style>
a { background-color: #35CDB3; }
a { background-color: rgb(53,205,179); }
div.DivClassName
{
background-color: #35CDB3;
}
.BgClassName
{
background-color: #35CDB3;
}
</style>
border-color css
<style>
span { border-color: #35CDB3; }
span { border-color: rgb(53,205,179); }
td.TdClassName
{
border-color: #35CDB3;
}
.TagClassName
{
border-color: #35CDB3;
}
</style>