Shades of Shamrock #3ADFB2
Tints of Shamrock #3ADFB2
RGB
CMYK
RGB Variations
Color information
#3ADFB2 (or 0x3ADFB2) is known color: Shamrock. HEX triplet: 3A, DF and B2. RGB value is (58,223,178). Sum of RGB (Red+Green+Blue) = 58+223+178=459 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.64% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADFB2 is #C5204D. Grayscale: #A8A8A8. Windows color (decimal): -12918862 or 11722554. OLE color: 11722554.
HSL color Cylindrical-coordinate representation of color #3ADFB2: hue angle of 163.64º 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 #3ADFB2 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 178 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.13 |
| HSL | 163.64º | 0.72% | 0.55% | - |
| HSV(B) | 163.64º | 0.74% | 0.87% | - |
| XYZ | 36.17 | 56.89 | 51.19 | - |
| YUV | 168.54 | 133.34 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 178 | 0.74 | 0 | 0.20 | 0.13 | 163.64 | 0.72 | 0.55 |
| Hex | 3A | DF | B2 | 4A | 0 | 14 | D | A4 | 48 | 37 |
| Octal | 72 | 337 | 262 | 112 | 0 | 24 | 15 | 244 | 110 | 67 |
| Binary | 111010 | 11011111 | 10110010 | 1001010 | 0 | 10100 | 1101 | 10100100 | 1001000 | 110111 |
Color Harmonies of #3ADFB2
Complementary color
Monochromatic Colors of #3ADFB2
Black with #3ADFB2
Text Example
Text Example
White with #3ADFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFB2; }
p { color: rgb(58,223,178); }
H1.HeaderClassName
{
color: #3ADFB2;
}
.AnyTagClassName
{
color: #3ADFB2;
}
</style>
background-color css
<style>
a { background-color: #3ADFB2; }
a { background-color: rgb(58,223,178); }
div.DivClassName
{
background-color: #3ADFB2;
}
.BgClassName
{
background-color: #3ADFB2;
}
</style>
border-color css
<style>
span { border-color: #3ADFB2; }
span { border-color: rgb(58,223,178); }
td.TdClassName
{
border-color: #3ADFB2;
}
.TagClassName
{
border-color: #3ADFB2;
}
</style>