#E6FBAD

Color #E6FBAD Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #E6FBAD

Tints of Australian Mint #E6FBAD

Color information

#E6FBAD (or 0xE6FBAD) is unknown color: approx Australian Mint. HEX triplet: E6, FB and AD. RGB value is (230,251,173). Sum of RGB (Red+Green+Blue) = 230+251+173=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 251 (98.44% from 255 or 38.38% from 654); Blue value is 173 (67.97% from 255 or 26.45% from 654); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FBAD is #190452. Grayscale: #ECECEC. Windows color (decimal): -1639507 or 11402214. OLE color: 11402214.

HSL color Cylindrical-coordinate representation of color #E6FBAD: hue angle of 76.15º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6FBAD is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB230251173-
CMYK0.0800.310.02
HSL76.15º90.7%83.14%-
HSV(B)76.15º31.08%98.43%-
XYZ74.6788.8352.75-
YUV235.8392.54123.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 251 (98.44% from 255) = 38.38%
BLUE value IS 173 (67.97% from 255) = 26.45%
R=35.17%
G=38.38%
B=26.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302511730.0800.310.0276.1590.783.14
HexE6FBAD801F24c5b53
Octal346373255100372114133123
Binary111001101111101110101101100001111110100110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FBAD; }

 p { color: rgb(230,251,173); }

 H1.HeaderClassName
 {
   color: #E6FBAD;
 }
 .AnyTagClassName
 {
   color: #E6FBAD;
 }
</style>
background-color css

<style>
 a { background-color: #E6FBAD; }

 a { background-color: rgb(230,251,173); }

 div.DivClassName
 {
   background-color: #E6FBAD;
 }
 .BgClassName
 {
   background-color: #E6FBAD;
 }
</style>
border-color css

<style>
 span { border-color: #E6FBAD; }

 span { border-color: rgb(230,251,173); }

 td.TdClassName
 {
   border-color: #E6FBAD;
 }
 .TagClassName
 {
   border-color: #E6FBAD;
 }
</style>