Shades of Shamrock #38CDB4
Tints of Shamrock #38CDB4
RGB
CMYK
RGB Variations
Color information
#38CDB4 (or 0x38CDB4) is known color: Shamrock. HEX triplet: 38, CD and B4. RGB value is (56,205,180). Sum of RGB (Red+Green+Blue) = 56+205+180=441 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.70% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #38CDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CDB4 is #C7324B. Grayscale: #9D9D9D. Windows color (decimal): -13054540 or 11849016. OLE color: 11849016.
HSL color Cylindrical-coordinate representation of color #38CDB4: hue angle of 169.93º 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 #38CDB4 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 205 | 180 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.20 |
| HSL | 169.93º | 0.6% | 0.51% | - |
| HSV(B) | 169.93º | 0.73% | 0.8% | - |
| XYZ | 31.7 | 47.8 | 50.74 | - |
| YUV | 157.6 | 140.64 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 205 | 180 | 0.73 | 0 | 0.12 | 0.20 | 169.93 | 0.6 | 0.51 |
| Hex | 38 | CD | B4 | 49 | 0 | C | 14 | AA | 3C | 33 |
| Octal | 70 | 315 | 264 | 111 | 0 | 14 | 24 | 252 | 74 | 63 |
| Binary | 111000 | 11001101 | 10110100 | 1001001 | 0 | 1100 | 10100 | 10101010 | 111100 | 110011 |
Color Harmonies of #38CDB4
Complementary color
Monochromatic Colors of #38CDB4
Black with #38CDB4
Text Example
Text Example
White with #38CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CDB4; }
p { color: rgb(56,205,180); }
H1.HeaderClassName
{
color: #38CDB4;
}
.AnyTagClassName
{
color: #38CDB4;
}
</style>
background-color css
<style>
a { background-color: #38CDB4; }
a { background-color: rgb(56,205,180); }
div.DivClassName
{
background-color: #38CDB4;
}
.BgClassName
{
background-color: #38CDB4;
}
</style>
border-color css
<style>
span { border-color: #38CDB4; }
span { border-color: rgb(56,205,180); }
td.TdClassName
{
border-color: #38CDB4;
}
.TagClassName
{
border-color: #38CDB4;
}
</style>