Shades of Shamrock #38F6A8
Tints of Shamrock #38F6A8
RGB
CMYK
RGB Variations
Color information
#38F6A8 (or 0x38F6A8) is known color: Shamrock. HEX triplet: 38, F6 and A8. RGB value is (56,246,168). Sum of RGB (Red+Green+Blue) = 56+246+168=470 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.91% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #38F6A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38F6A8 is #C70957. Grayscale: #B4B4B4. Windows color (decimal): -13044056 or 11073080. OLE color: 11073080.
HSL color Cylindrical-coordinate representation of color #38F6A8: hue angle of 155.37º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F6A8 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 56 | 246 | 168 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.04 |
| HSL | 155.37º | 0.91% | 0.59% | - |
| HSV(B) | 155.37º | 0.77% | 0.96% | - |
| XYZ | 41.65 | 69.58 | 48.28 | - |
| YUV | 180.3 | 121.05 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 246 | 168 | 0.77 | 0 | 0.32 | 0.04 | 155.37 | 0.91 | 0.59 |
| Hex | 38 | F6 | A8 | 4D | 0 | 20 | 4 | 9B | 5B | 3B |
| Octal | 70 | 366 | 250 | 115 | 0 | 40 | 4 | 233 | 133 | 73 |
| Binary | 111000 | 11110110 | 10101000 | 1001101 | 0 | 100000 | 100 | 10011011 | 1011011 | 111011 |
Color Harmonies of #38F6A8
Complementary color
Monochromatic Colors of #38F6A8
Black with #38F6A8
Text Example
Text Example
White with #38F6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F6A8; }
p { color: rgb(56,246,168); }
H1.HeaderClassName
{
color: #38F6A8;
}
.AnyTagClassName
{
color: #38F6A8;
}
</style>
background-color css
<style>
a { background-color: #38F6A8; }
a { background-color: rgb(56,246,168); }
div.DivClassName
{
background-color: #38F6A8;
}
.BgClassName
{
background-color: #38F6A8;
}
</style>
border-color css
<style>
span { border-color: #38F6A8; }
span { border-color: rgb(56,246,168); }
td.TdClassName
{
border-color: #38F6A8;
}
.TagClassName
{
border-color: #38F6A8;
}
</style>