Shades of Australian Mint #EAFDB6
Tints of Australian Mint #EAFDB6
RGB
CMYK
RGB Variations
Color information
#EAFDB6 (or 0xEAFDB6) is known color: Australian Mint. HEX triplet: EA, FD and B6. RGB value is (234,253,182). Sum of RGB (Red+Green+Blue) = 234+253+182=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 182 (71.48% from 255 or 27.20% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDB6 is #150249. Grayscale: #EFEFEF. Windows color (decimal): -1376842 or 11992554. OLE color: 11992554.
HSL color Cylindrical-coordinate representation of color #EAFDB6: hue angle of 76.06º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAFDB6 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 182 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.01 |
| HSL | 76.06º | 0.95% | 0.85% | - |
| HSV(B) | 76.06º | 0.28% | 0.99% | - |
| XYZ | 77.5 | 91.12 | 57.76 | - |
| YUV | 239.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 182 | 0.08 | 0 | 0.28 | 0.01 | 76.06 | 0.95 | 0.85 |
| Hex | EA | FD | B6 | 8 | 0 | 1C | 1 | 4C | 5F | 55 |
| Octal | 352 | 375 | 266 | 10 | 0 | 34 | 1 | 114 | 137 | 125 |
| Binary | 11101010 | 11111101 | 10110110 | 1000 | 0 | 11100 | 1 | 1001100 | 1011111 | 1010101 |
Color Harmonies of #EAFDB6
Complementary color
Monochromatic Colors of #EAFDB6
Black with #EAFDB6
Text Example
Text Example
White with #EAFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDB6; }
p { color: rgb(234,253,182); }
H1.HeaderClassName
{
color: #EAFDB6;
}
.AnyTagClassName
{
color: #EAFDB6;
}
</style>
background-color css
<style>
a { background-color: #EAFDB6; }
a { background-color: rgb(234,253,182); }
div.DivClassName
{
background-color: #EAFDB6;
}
.BgClassName
{
background-color: #EAFDB6;
}
</style>
border-color css
<style>
span { border-color: #EAFDB6; }
span { border-color: rgb(234,253,182); }
td.TdClassName
{
border-color: #EAFDB6;
}
.TagClassName
{
border-color: #EAFDB6;
}
</style>