Shades of Shamrock #38CDB0
Tints of Shamrock #38CDB0
RGB
CMYK
RGB Variations
Color information
#38CDB0 (or 0x38CDB0) is known color: Shamrock. HEX triplet: 38, CD and B0. RGB value is (56,205,176). Sum of RGB (Red+Green+Blue) = 56+205+176=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #38CDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CDB0 is #C7324F. Grayscale: #9D9D9D. Windows color (decimal): -13054544 or 11586872. OLE color: 11586872.
HSL color Cylindrical-coordinate representation of color #38CDB0: hue angle of 168.32º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CDB0 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 205 | 176 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.20 |
| HSL | 168.32º | 0.6% | 0.51% | - |
| HSV(B) | 168.32º | 0.73% | 0.8% | - |
| XYZ | 31.3 | 47.64 | 48.62 | - |
| YUV | 157.14 | 138.64 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 205 | 176 | 0.73 | 0 | 0.14 | 0.20 | 168.32 | 0.6 | 0.51 |
| Hex | 38 | CD | B0 | 49 | 0 | E | 14 | A8 | 3C | 33 |
| Octal | 70 | 315 | 260 | 111 | 0 | 16 | 24 | 250 | 74 | 63 |
| Binary | 111000 | 11001101 | 10110000 | 1001001 | 0 | 1110 | 10100 | 10101000 | 111100 | 110011 |
Color Harmonies of #38CDB0
Complementary color
Monochromatic Colors of #38CDB0
Black with #38CDB0
Text Example
Text Example
White with #38CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CDB0; }
p { color: rgb(56,205,176); }
H1.HeaderClassName
{
color: #38CDB0;
}
.AnyTagClassName
{
color: #38CDB0;
}
</style>
background-color css
<style>
a { background-color: #38CDB0; }
a { background-color: rgb(56,205,176); }
div.DivClassName
{
background-color: #38CDB0;
}
.BgClassName
{
background-color: #38CDB0;
}
</style>
border-color css
<style>
span { border-color: #38CDB0; }
span { border-color: rgb(56,205,176); }
td.TdClassName
{
border-color: #38CDB0;
}
.TagClassName
{
border-color: #38CDB0;
}
</style>