Shades of Shamrock #38B89C
Tints of Shamrock #38B89C
RGB
CMYK
RGB Variations
Color information
#38B89C (or 0x38B89C) is known color: Shamrock. HEX triplet: 38, B8 and 9C. RGB value is (56,184,156). Sum of RGB (Red+Green+Blue) = 56+184+156=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #38B89C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B89C is #C74763. Grayscale: #8E8E8E. Windows color (decimal): -13059940 or 10270776. OLE color: 10270776.
HSL color Cylindrical-coordinate representation of color #38B89C: hue angle of 166.88º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B89C is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 184 | 156 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.28 |
| HSL | 166.88º | 0.53% | 0.47% | - |
| HSV(B) | 166.88º | 0.7% | 0.72% | - |
| XYZ | 24.77 | 37.52 | 37.39 | - |
| YUV | 142.54 | 135.59 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 184 | 156 | 0.70 | 0 | 0.15 | 0.28 | 166.88 | 0.53 | 0.47 |
| Hex | 38 | B8 | 9C | 46 | 0 | F | 1C | A7 | 35 | 2F |
| Octal | 70 | 270 | 234 | 106 | 0 | 17 | 34 | 247 | 65 | 57 |
| Binary | 111000 | 10111000 | 10011100 | 1000110 | 0 | 1111 | 11100 | 10100111 | 110101 | 101111 |
Color Harmonies of #38B89C
Complementary color
Monochromatic Colors of #38B89C
Black with #38B89C
Text Example
Text Example
White with #38B89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B89C; }
p { color: rgb(56,184,156); }
H1.HeaderClassName
{
color: #38B89C;
}
.AnyTagClassName
{
color: #38B89C;
}
</style>
background-color css
<style>
a { background-color: #38B89C; }
a { background-color: rgb(56,184,156); }
div.DivClassName
{
background-color: #38B89C;
}
.BgClassName
{
background-color: #38B89C;
}
</style>
border-color css
<style>
span { border-color: #38B89C; }
span { border-color: rgb(56,184,156); }
td.TdClassName
{
border-color: #38B89C;
}
.TagClassName
{
border-color: #38B89C;
}
</style>