#EFFBAD

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

Shades of Australian Mint #EFFBAD

Tints of Australian Mint #EFFBAD

Color information

#EFFBAD (or 0xEFFBAD) is unknown color: approx Australian Mint. HEX triplet: EF, FB and AD. RGB value is (239,251,173). Sum of RGB (Red+Green+Blue) = 239+251+173=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 173 (67.97% from 255 or 26.09% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFBAD is #100452. Grayscale: #EEEEEE. Windows color (decimal): -1049683 or 11402223. OLE color: 11402223.

HSL color Cylindrical-coordinate representation of color #EFFBAD: hue angle of 69.23º 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 #EFFBAD is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB239251173-
CMYK0.0500.310.02
HSL69.23º90.7%83.14%-
HSV(B)69.23º31.08%98.43%-
XYZ77.6490.3652.88-
YUV238.5291.02128.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 251 (98.44% from 255) = 37.86%
BLUE value IS 173 (67.97% from 255) = 26.09%
R=36.05%
G=37.86%
B=26.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392511730.0500.310.0269.2390.783.14
HexEFFBAD501F2455b53
Octal35737325550372105133123
Binary11101111111110111010110110101111110100010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBAD; }

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

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

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

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

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

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

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

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