Shades of Shamrock #3ADFB0
Tints of Shamrock #3ADFB0
RGB
CMYK
RGB Variations
Color information
#3ADFB0 (or 0x3ADFB0) is known color: Shamrock. HEX triplet: 3A, DF and B0. RGB value is (58,223,176). Sum of RGB (Red+Green+Blue) = 58+223+176=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADFB0 is #C5204F. Grayscale: #A8A8A8. Windows color (decimal): -12918864 or 11591482. OLE color: 11591482.
HSL color Cylindrical-coordinate representation of color #3ADFB0: hue angle of 162.91º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADFB0 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 176 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.13 |
| HSL | 162.91º | 0.72% | 0.55% | - |
| HSV(B) | 162.91º | 0.74% | 0.87% | - |
| XYZ | 35.97 | 56.81 | 50.14 | - |
| YUV | 168.31 | 132.34 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 176 | 0.74 | 0 | 0.21 | 0.13 | 162.91 | 0.72 | 0.55 |
| Hex | 3A | DF | B0 | 4A | 0 | 15 | D | A3 | 48 | 37 |
| Octal | 72 | 337 | 260 | 112 | 0 | 25 | 15 | 243 | 110 | 67 |
| Binary | 111010 | 11011111 | 10110000 | 1001010 | 0 | 10101 | 1101 | 10100011 | 1001000 | 110111 |
Color Harmonies of #3ADFB0
Complementary color
Monochromatic Colors of #3ADFB0
Black with #3ADFB0
Text Example
Text Example
White with #3ADFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFB0; }
p { color: rgb(58,223,176); }
H1.HeaderClassName
{
color: #3ADFB0;
}
.AnyTagClassName
{
color: #3ADFB0;
}
</style>
background-color css
<style>
a { background-color: #3ADFB0; }
a { background-color: rgb(58,223,176); }
div.DivClassName
{
background-color: #3ADFB0;
}
.BgClassName
{
background-color: #3ADFB0;
}
</style>
border-color css
<style>
span { border-color: #3ADFB0; }
span { border-color: rgb(58,223,176); }
td.TdClassName
{
border-color: #3ADFB0;
}
.TagClassName
{
border-color: #3ADFB0;
}
</style>