Shades of Shamrock #38FAAA
Tints of Shamrock #38FAAA
RGB
CMYK
RGB Variations
Color information
#38FAAA (or 0x38FAAA) is known color: Shamrock. HEX triplet: 38, FA and AA. RGB value is (56,250,170). Sum of RGB (Red+Green+Blue) = 56+250+170=476 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.76% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #38FAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FAAA is #C70555. Grayscale: #B7B7B7. Windows color (decimal): -13043030 or 11205176. OLE color: 11205176.
HSL color Cylindrical-coordinate representation of color #38FAAA: hue angle of 155.26º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FAAA is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 250 | 170 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.02 |
| HSL | 155.26º | 0.95% | 0.6% | - |
| HSV(B) | 155.26º | 0.78% | 0.98% | - |
| XYZ | 43.07 | 72.11 | 49.68 | - |
| YUV | 182.87 | 120.73 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 250 | 170 | 0.78 | 0 | 0.32 | 0.02 | 155.26 | 0.95 | 0.6 |
| Hex | 38 | FA | AA | 4E | 0 | 20 | 2 | 9B | 5F | 3C |
| Octal | 70 | 372 | 252 | 116 | 0 | 40 | 2 | 233 | 137 | 74 |
| Binary | 111000 | 11111010 | 10101010 | 1001110 | 0 | 100000 | 10 | 10011011 | 1011111 | 111100 |
Color Harmonies of #38FAAA
Complementary color
Monochromatic Colors of #38FAAA
Black with #38FAAA
Text Example
Text Example
White with #38FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38FAAA; }
p { color: rgb(56,250,170); }
H1.HeaderClassName
{
color: #38FAAA;
}
.AnyTagClassName
{
color: #38FAAA;
}
</style>
background-color css
<style>
a { background-color: #38FAAA; }
a { background-color: rgb(56,250,170); }
div.DivClassName
{
background-color: #38FAAA;
}
.BgClassName
{
background-color: #38FAAA;
}
</style>
border-color css
<style>
span { border-color: #38FAAA; }
span { border-color: rgb(56,250,170); }
td.TdClassName
{
border-color: #38FAAA;
}
.TagClassName
{
border-color: #38FAAA;
}
</style>