Shades of Shamrock #38D3AF
Tints of Shamrock #38D3AF
RGB
CMYK
RGB Variations
Color information
#38D3AF (or 0x38D3AF) is known color: Shamrock. HEX triplet: 38, D3 and AF. RGB value is (56,211,175). Sum of RGB (Red+Green+Blue) = 56+211+175=442 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.67% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #38D3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D3AF is #C72C50. Grayscale: #A0A0A0. Windows color (decimal): -13053009 or 11522872. OLE color: 11522872.
HSL color Cylindrical-coordinate representation of color #38D3AF: hue angle of 166.06º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D3AF is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 211 | 175 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.17 |
| HSL | 166.06º | 0.64% | 0.52% | - |
| HSV(B) | 166.06º | 0.73% | 0.83% | - |
| XYZ | 32.66 | 50.52 | 48.59 | - |
| YUV | 160.55 | 136.15 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 211 | 175 | 0.73 | 0 | 0.17 | 0.17 | 166.06 | 0.64 | 0.52 |
| Hex | 38 | D3 | AF | 49 | 0 | 11 | 11 | A6 | 40 | 34 |
| Octal | 70 | 323 | 257 | 111 | 0 | 21 | 21 | 246 | 100 | 64 |
| Binary | 111000 | 11010011 | 10101111 | 1001001 | 0 | 10001 | 10001 | 10100110 | 1000000 | 110100 |
Color Harmonies of #38D3AF
Complementary color
Monochromatic Colors of #38D3AF
Black with #38D3AF
Text Example
Text Example
White with #38D3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D3AF; }
p { color: rgb(56,211,175); }
H1.HeaderClassName
{
color: #38D3AF;
}
.AnyTagClassName
{
color: #38D3AF;
}
</style>
background-color css
<style>
a { background-color: #38D3AF; }
a { background-color: rgb(56,211,175); }
div.DivClassName
{
background-color: #38D3AF;
}
.BgClassName
{
background-color: #38D3AF;
}
</style>
border-color css
<style>
span { border-color: #38D3AF; }
span { border-color: rgb(56,211,175); }
td.TdClassName
{
border-color: #38D3AF;
}
.TagClassName
{
border-color: #38D3AF;
}
</style>