Shades of Shamrock #38CFB2
Tints of Shamrock #38CFB2
RGB
CMYK
RGB Variations
Color information
#38CFB2 (or 0x38CFB2) is known color: Shamrock. HEX triplet: 38, CF and B2. RGB value is (56,207,178). Sum of RGB (Red+Green+Blue) = 56+207+178=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #38CFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CFB2 is #C7304D. Grayscale: #9E9E9E. Windows color (decimal): -13054030 or 11718456. OLE color: 11718456.
HSL color Cylindrical-coordinate representation of color #38CFB2: hue angle of 168.48º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CFB2 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 207 | 178 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.19 |
| HSL | 168.48º | 0.61% | 0.52% | - |
| HSV(B) | 168.48º | 0.73% | 0.81% | - |
| XYZ | 31.98 | 48.68 | 49.83 | - |
| YUV | 158.55 | 138.97 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 178 | 0.73 | 0 | 0.14 | 0.19 | 168.48 | 0.61 | 0.52 |
| Hex | 38 | CF | B2 | 49 | 0 | E | 13 | A8 | 3D | 34 |
| Octal | 70 | 317 | 262 | 111 | 0 | 16 | 23 | 250 | 75 | 64 |
| Binary | 111000 | 11001111 | 10110010 | 1001001 | 0 | 1110 | 10011 | 10101000 | 111101 | 110100 |
Color Harmonies of #38CFB2
Complementary color
Monochromatic Colors of #38CFB2
Black with #38CFB2
Text Example
Text Example
White with #38CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CFB2; }
p { color: rgb(56,207,178); }
H1.HeaderClassName
{
color: #38CFB2;
}
.AnyTagClassName
{
color: #38CFB2;
}
</style>
background-color css
<style>
a { background-color: #38CFB2; }
a { background-color: rgb(56,207,178); }
div.DivClassName
{
background-color: #38CFB2;
}
.BgClassName
{
background-color: #38CFB2;
}
</style>
border-color css
<style>
span { border-color: #38CFB2; }
span { border-color: rgb(56,207,178); }
td.TdClassName
{
border-color: #38CFB2;
}
.TagClassName
{
border-color: #38CFB2;
}
</style>