Shades of Shamrock #38C1AC
Tints of Shamrock #38C1AC
RGB
CMYK
RGB Variations
Color information
#38C1AC (or 0x38C1AC) is known color: Shamrock. HEX triplet: 38, C1 and AC. RGB value is (56,193,172). Sum of RGB (Red+Green+Blue) = 56+193+172=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #38C1AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38C1AC is #C73E53. Grayscale: #959595. Windows color (decimal): -13057620 or 11321656. OLE color: 11321656.
HSL color Cylindrical-coordinate representation of color #38C1AC: hue angle of 170.8º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C1AC is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 193 | 172 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.24 |
| HSL | 170.8º | 0.55% | 0.49% | - |
| HSV(B) | 170.8º | 0.71% | 0.76% | - |
| XYZ | 28.15 | 41.96 | 45.65 | - |
| YUV | 149.64 | 140.61 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 193 | 172 | 0.71 | 0 | 0.11 | 0.24 | 170.8 | 0.55 | 0.49 |
| Hex | 38 | C1 | AC | 47 | 0 | B | 18 | AB | 37 | 31 |
| Octal | 70 | 301 | 254 | 107 | 0 | 13 | 30 | 253 | 67 | 61 |
| Binary | 111000 | 11000001 | 10101100 | 1000111 | 0 | 1011 | 11000 | 10101011 | 110111 | 110001 |
Color Harmonies of #38C1AC
Complementary color
Monochromatic Colors of #38C1AC
Black with #38C1AC
Text Example
Text Example
White with #38C1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C1AC; }
p { color: rgb(56,193,172); }
H1.HeaderClassName
{
color: #38C1AC;
}
.AnyTagClassName
{
color: #38C1AC;
}
</style>
background-color css
<style>
a { background-color: #38C1AC; }
a { background-color: rgb(56,193,172); }
div.DivClassName
{
background-color: #38C1AC;
}
.BgClassName
{
background-color: #38C1AC;
}
</style>
border-color css
<style>
span { border-color: #38C1AC; }
span { border-color: rgb(56,193,172); }
td.TdClassName
{
border-color: #38C1AC;
}
.TagClassName
{
border-color: #38C1AC;
}
</style>