Html Css Color HEX #EFFAA5 Australian Mint

📋 copy color: '#EFFAA5'

red 239 ◦ green 250 ◦ blue 165

#EFFAA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #EFFAA5

Tints of Australian Mint #EFFAA5

RGB

 RED value IS 239 (93.75% from 255) = 36.54%

 GREEN value IS 250 (98.05% from 255) = 38.23%

 BLUE value IS 165 (64.84% from 255) = 25.23%

R = 36.54%
G = 38.23%
B = 25.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#EFFAA5 (or 0xEFFAA5) is known color: Australian Mint. HEX triplet: EF, FA and A5. RGB value is (239,250,165). Sum of RGB (Red+Green+Blue) = 239+250+165=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 165 (64.84% from 255 or 25.23% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFAA5 is #10055A. Grayscale: #EDEDED. Windows color (decimal): -1049947 or 10877679. OLE color: 10877679.

HSL color Cylindrical-coordinate representation of color #EFFAA5: hue angle of 67.76º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFFAA5 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 250 165 -
CMYK 0.04 0 0.34 0.02
HSL 67.76º 0.89% 0.81% -
HSV(B) 67.76º 0.34% 0.98% -
XYZ 76.57 89.44 48.82 -
YUV 237.02 87.36 129.41 -
System Red Green Blue C M Y K H S L
Decimal 239 250 165 0.04 0 0.34 0.02 67.76 0.89 0.81
Hex EF FA A5 4 0 22 2 44 59 51
Octal 357 372 245 4 0 42 2 104 131 121
Binary 11101111 11111010 10100101 100 0 100010 10 1000100 1011001 1010001

Color Harmonies of #EFFAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAA5

Black with #EFFAA5

Text Example


Text Example

White with #EFFAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFAA5; }

 p { color: rgb(239,250,165); }

 H1.HeaderClassName
 {
   color: #EFFAA5;
 }
 .AnyTagClassName
 {
   color: #EFFAA5;
 }
</style>

background-color css

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

 a { background-color: rgb(239,250,165); }

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

border-color css

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

 span { border-color: rgb(239,250,165); }

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