Shades of Shamrock #37CBAC
Tints of Shamrock #37CBAC
RGB
CMYK
RGB Variations
Color information
#37CBAC (or 0x37CBAC) is known color: Shamrock. HEX triplet: 37, CB and AC. RGB value is (55,203,172). Sum of RGB (Red+Green+Blue) = 55+203+172=430 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.79% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #37CBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CBAC is #C83453. Grayscale: #9B9B9B. Windows color (decimal): -13120596 or 11324215. OLE color: 11324215.
HSL color Cylindrical-coordinate representation of color #37CBAC: hue angle of 167.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CBAC is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 172 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.20 |
| HSL | 167.43º | 0.59% | 0.51% | - |
| HSV(B) | 167.43º | 0.73% | 0.8% | - |
| XYZ | 30.38 | 46.5 | 46.4 | - |
| YUV | 155.21 | 137.47 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 172 | 0.73 | 0 | 0.15 | 0.20 | 167.43 | 0.59 | 0.51 |
| Hex | 37 | CB | AC | 49 | 0 | F | 14 | A7 | 3B | 33 |
| Octal | 67 | 313 | 254 | 111 | 0 | 17 | 24 | 247 | 73 | 63 |
| Binary | 110111 | 11001011 | 10101100 | 1001001 | 0 | 1111 | 10100 | 10100111 | 111011 | 110011 |
Color Harmonies of #37CBAC
Complementary color
Monochromatic Colors of #37CBAC
Black with #37CBAC
Text Example
Text Example
White with #37CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CBAC; }
p { color: rgb(55,203,172); }
H1.HeaderClassName
{
color: #37CBAC;
}
.AnyTagClassName
{
color: #37CBAC;
}
</style>
background-color css
<style>
a { background-color: #37CBAC; }
a { background-color: rgb(55,203,172); }
div.DivClassName
{
background-color: #37CBAC;
}
.BgClassName
{
background-color: #37CBAC;
}
</style>
border-color css
<style>
span { border-color: #37CBAC; }
span { border-color: rgb(55,203,172); }
td.TdClassName
{
border-color: #37CBAC;
}
.TagClassName
{
border-color: #37CBAC;
}
</style>