Shades of Shamrock #43CCB0
Tints of Shamrock #43CCB0
RGB
CMYK
RGB Variations
Color information
#43CCB0 (or 0x43CCB0) is known color: Shamrock. HEX triplet: 43, CC and B0. RGB value is (67,204,176). Sum of RGB (Red+Green+Blue) = 67+204+176=447 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.99% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #43CCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43CCB0 is #BC334F. Grayscale: #9F9F9F. Windows color (decimal): -12333904 or 11586627. OLE color: 11586627.
HSL color Cylindrical-coordinate representation of color #43CCB0: hue angle of 167.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CCB0 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 204 | 176 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.2 |
| HSL | 167.74º | 0.57% | 0.53% | - |
| HSV(B) | 167.74º | 0.67% | 0.8% | - |
| XYZ | 31.74 | 47.51 | 48.57 | - |
| YUV | 159.85 | 137.11 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 204 | 176 | 0.67 | 0 | 0.14 | 0.2 | 167.74 | 0.57 | 0.53 |
| Hex | 43 | CC | B0 | 43 | 0 | E | 14 | A8 | 39 | 35 |
| Octal | 103 | 314 | 260 | 103 | 0 | 16 | 24 | 250 | 71 | 65 |
| Binary | 1000011 | 11001100 | 10110000 | 1000011 | 0 | 1110 | 10100 | 10101000 | 111001 | 110101 |
Color Harmonies of #43CCB0
Complementary color
Monochromatic Colors of #43CCB0
Black with #43CCB0
Text Example
Text Example
White with #43CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CCB0; }
p { color: rgb(67,204,176); }
H1.HeaderClassName
{
color: #43CCB0;
}
.AnyTagClassName
{
color: #43CCB0;
}
</style>
background-color css
<style>
a { background-color: #43CCB0; }
a { background-color: rgb(67,204,176); }
div.DivClassName
{
background-color: #43CCB0;
}
.BgClassName
{
background-color: #43CCB0;
}
</style>
border-color css
<style>
span { border-color: #43CCB0; }
span { border-color: rgb(67,204,176); }
td.TdClassName
{
border-color: #43CCB0;
}
.TagClassName
{
border-color: #43CCB0;
}
</style>