Shades of Shamrock #38CB8F
Tints of Shamrock #38CB8F
RGB
CMYK
RGB Variations
Color information
#38CB8F (or 0x38CB8F) is known color: Shamrock. HEX triplet: 38, CB and 8F. RGB value is (56,203,143). Sum of RGB (Red+Green+Blue) = 56+203+143=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CB8F is #C73470. Grayscale: #989898. Windows color (decimal): -13055089 or 9423672. OLE color: 9423672.
HSL color Cylindrical-coordinate representation of color #38CB8F: hue angle of 155.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CB8F is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 203 | 143 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.20 |
| HSL | 155.51º | 0.59% | 0.51% | - |
| HSV(B) | 155.51º | 0.72% | 0.8% | - |
| XYZ | 27.94 | 45.54 | 33.3 | - |
| YUV | 152.21 | 122.8 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 143 | 0.72 | 0 | 0.30 | 0.20 | 155.51 | 0.59 | 0.51 |
| Hex | 38 | CB | 8F | 48 | 0 | 1E | 14 | 9C | 3B | 33 |
| Octal | 70 | 313 | 217 | 110 | 0 | 36 | 24 | 234 | 73 | 63 |
| Binary | 111000 | 11001011 | 10001111 | 1001000 | 0 | 11110 | 10100 | 10011100 | 111011 | 110011 |
Color Harmonies of #38CB8F
Complementary color
Monochromatic Colors of #38CB8F
Black with #38CB8F
Text Example
Text Example
White with #38CB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CB8F; }
p { color: rgb(56,203,143); }
H1.HeaderClassName
{
color: #38CB8F;
}
.AnyTagClassName
{
color: #38CB8F;
}
</style>
background-color css
<style>
a { background-color: #38CB8F; }
a { background-color: rgb(56,203,143); }
div.DivClassName
{
background-color: #38CB8F;
}
.BgClassName
{
background-color: #38CB8F;
}
</style>
border-color css
<style>
span { border-color: #38CB8F; }
span { border-color: rgb(56,203,143); }
td.TdClassName
{
border-color: #38CB8F;
}
.TagClassName
{
border-color: #38CB8F;
}
</style>