Shades of Shamrock #38CFA8
Tints of Shamrock #38CFA8
RGB
CMYK
RGB Variations
Color information
#38CFA8 (or 0x38CFA8) is known color: Shamrock. HEX triplet: 38, CF and A8. RGB value is (56,207,168). Sum of RGB (Red+Green+Blue) = 56+207+168=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #38CFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CFA8 is #C73057. Grayscale: #9D9D9D. Windows color (decimal): -13054040 or 11063096. OLE color: 11063096.
HSL color Cylindrical-coordinate representation of color #38CFA8: hue angle of 164.5º 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 #38CFA8 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 207 | 168 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.19 |
| HSL | 164.5º | 0.61% | 0.52% | - |
| HSV(B) | 164.5º | 0.73% | 0.81% | - |
| XYZ | 31.01 | 48.29 | 44.73 | - |
| YUV | 157.41 | 133.97 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 168 | 0.73 | 0 | 0.19 | 0.19 | 164.5 | 0.61 | 0.52 |
| Hex | 38 | CF | A8 | 49 | 0 | 13 | 13 | A5 | 3D | 34 |
| Octal | 70 | 317 | 250 | 111 | 0 | 23 | 23 | 245 | 75 | 64 |
| Binary | 111000 | 11001111 | 10101000 | 1001001 | 0 | 10011 | 10011 | 10100101 | 111101 | 110100 |
Color Harmonies of #38CFA8
Complementary color
Monochromatic Colors of #38CFA8
Black with #38CFA8
Text Example
Text Example
White with #38CFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CFA8; }
p { color: rgb(56,207,168); }
H1.HeaderClassName
{
color: #38CFA8;
}
.AnyTagClassName
{
color: #38CFA8;
}
</style>
background-color css
<style>
a { background-color: #38CFA8; }
a { background-color: rgb(56,207,168); }
div.DivClassName
{
background-color: #38CFA8;
}
.BgClassName
{
background-color: #38CFA8;
}
</style>
border-color css
<style>
span { border-color: #38CFA8; }
span { border-color: rgb(56,207,168); }
td.TdClassName
{
border-color: #38CFA8;
}
.TagClassName
{
border-color: #38CFA8;
}
</style>