Shades of Shamrock #3DEEAF
Tints of Shamrock #3DEEAF
RGB
CMYK
RGB Variations
Color information
#3DEEAF (or 0x3DEEAF) is known color: Shamrock. HEX triplet: 3D, EE and AF. RGB value is (61,238,175). Sum of RGB (Red+Green+Blue) = 61+238+175=474 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.87% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEEAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DEEAF is #C21150. Grayscale: #B1B1B1. Windows color (decimal): -12718417 or 11529789. OLE color: 11529789.
HSL color Cylindrical-coordinate representation of color #3DEEAF: hue angle of 158.64º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEEAF is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 175 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.07 |
| HSL | 158.64º | 0.84% | 0.59% | - |
| HSV(B) | 158.64º | 0.74% | 0.93% | - |
| XYZ | 40.24 | 65.24 | 51.03 | - |
| YUV | 177.9 | 126.36 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 175 | 0.74 | 0 | 0.26 | 0.07 | 158.64 | 0.84 | 0.59 |
| Hex | 3D | EE | AF | 4A | 0 | 1A | 7 | 9F | 54 | 3B |
| Octal | 75 | 356 | 257 | 112 | 0 | 32 | 7 | 237 | 124 | 73 |
| Binary | 111101 | 11101110 | 10101111 | 1001010 | 0 | 11010 | 111 | 10011111 | 1010100 | 111011 |
Color Harmonies of #3DEEAF
Complementary color
Monochromatic Colors of #3DEEAF
Black with #3DEEAF
Text Example
Text Example
White with #3DEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEEAF; }
p { color: rgb(61,238,175); }
H1.HeaderClassName
{
color: #3DEEAF;
}
.AnyTagClassName
{
color: #3DEEAF;
}
</style>
background-color css
<style>
a { background-color: #3DEEAF; }
a { background-color: rgb(61,238,175); }
div.DivClassName
{
background-color: #3DEEAF;
}
.BgClassName
{
background-color: #3DEEAF;
}
</style>
border-color css
<style>
span { border-color: #3DEEAF; }
span { border-color: rgb(61,238,175); }
td.TdClassName
{
border-color: #3DEEAF;
}
.TagClassName
{
border-color: #3DEEAF;
}
</style>