Shades of Shamrock #38BFAB
Tints of Shamrock #38BFAB
RGB
CMYK
RGB Variations
Color information
#38BFAB (or 0x38BFAB) is known color: Shamrock. HEX triplet: 38, BF and AB. RGB value is (56,191,171). Sum of RGB (Red+Green+Blue) = 56+191+171=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #38BFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38BFAB is #C74054. Grayscale: #949494. Windows color (decimal): -13058133 or 11255608. OLE color: 11255608.
HSL color Cylindrical-coordinate representation of color #38BFAB: hue angle of 171.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38BFAB is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 191 | 171 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.25 |
| HSL | 171.11º | 0.55% | 0.48% | - |
| HSV(B) | 171.11º | 0.71% | 0.75% | - |
| XYZ | 27.61 | 41.04 | 44.99 | - |
| YUV | 148.36 | 140.77 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 191 | 171 | 0.71 | 0 | 0.10 | 0.25 | 171.11 | 0.55 | 0.48 |
| Hex | 38 | BF | AB | 47 | 0 | A | 19 | AB | 37 | 30 |
| Octal | 70 | 277 | 253 | 107 | 0 | 12 | 31 | 253 | 67 | 60 |
| Binary | 111000 | 10111111 | 10101011 | 1000111 | 0 | 1010 | 11001 | 10101011 | 110111 | 110000 |
Color Harmonies of #38BFAB
Complementary color
Monochromatic Colors of #38BFAB
Black with #38BFAB
Text Example
Text Example
White with #38BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BFAB; }
p { color: rgb(56,191,171); }
H1.HeaderClassName
{
color: #38BFAB;
}
.AnyTagClassName
{
color: #38BFAB;
}
</style>
background-color css
<style>
a { background-color: #38BFAB; }
a { background-color: rgb(56,191,171); }
div.DivClassName
{
background-color: #38BFAB;
}
.BgClassName
{
background-color: #38BFAB;
}
</style>
border-color css
<style>
span { border-color: #38BFAB; }
span { border-color: rgb(56,191,171); }
td.TdClassName
{
border-color: #38BFAB;
}
.TagClassName
{
border-color: #38BFAB;
}
</style>