Shades of Shamrock #38D2B2
Tints of Shamrock #38D2B2
RGB
CMYK
RGB Variations
Color information
#38D2B2 (or 0x38D2B2) is known color: Shamrock. HEX triplet: 38, D2 and B2. RGB value is (56,210,178). Sum of RGB (Red+Green+Blue) = 56+210+178=444 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.61% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 210 - color contains mainly: green. Hex color #38D2B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D2B2 is #C72D4D. Grayscale: #A0A0A0. Windows color (decimal): -13053262 or 11719224. OLE color: 11719224.
HSL color Cylindrical-coordinate representation of color #38D2B2: hue angle of 167.53º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D2B2 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 210 | 178 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.18 |
| HSL | 167.53º | 0.63% | 0.52% | - |
| HSV(B) | 167.53º | 0.73% | 0.82% | - |
| XYZ | 32.71 | 50.15 | 50.07 | - |
| YUV | 160.31 | 137.98 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 210 | 178 | 0.73 | 0 | 0.15 | 0.18 | 167.53 | 0.63 | 0.52 |
| Hex | 38 | D2 | B2 | 49 | 0 | F | 12 | A8 | 3F | 34 |
| Octal | 70 | 322 | 262 | 111 | 0 | 17 | 22 | 250 | 77 | 64 |
| Binary | 111000 | 11010010 | 10110010 | 1001001 | 0 | 1111 | 10010 | 10101000 | 111111 | 110100 |
Color Harmonies of #38D2B2
Complementary color
Monochromatic Colors of #38D2B2
Black with #38D2B2
Text Example
Text Example
White with #38D2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D2B2; }
p { color: rgb(56,210,178); }
H1.HeaderClassName
{
color: #38D2B2;
}
.AnyTagClassName
{
color: #38D2B2;
}
</style>
background-color css
<style>
a { background-color: #38D2B2; }
a { background-color: rgb(56,210,178); }
div.DivClassName
{
background-color: #38D2B2;
}
.BgClassName
{
background-color: #38D2B2;
}
</style>
border-color css
<style>
span { border-color: #38D2B2; }
span { border-color: rgb(56,210,178); }
td.TdClassName
{
border-color: #38D2B2;
}
.TagClassName
{
border-color: #38D2B2;
}
</style>