Html Css Color HEX #EAF8A2 Australian Mint

📋 copy color: '#EAF8A2'

red 234 ◦ green 248 ◦ blue 162

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

Shades of Australian Mint #EAF8A2

Tints of Australian Mint #EAF8A2

RGB

 RED value IS 234 (91.8% from 255) = 36.34%

 GREEN value IS 248 (97.27% from 255) = 38.51%

 BLUE value IS 162 (63.67% from 255) = 25.16%

R = 36.34%
G = 38.51%
B = 25.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#EAF8A2 (or 0xEAF8A2) is known color: Australian Mint. HEX triplet: EA, F8 and A2. RGB value is (234,248,162). Sum of RGB (Red+Green+Blue) = 234+248+162=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 162 (63.67% from 255 or 25.16% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF8A2 is #15075D. Grayscale: #EAEAEA. Windows color (decimal): -1378142 or 10680554. OLE color: 10680554.

HSL color Cylindrical-coordinate representation of color #EAF8A2: hue angle of 69.77º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAF8A2 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 162 -
CMYK 0.06 0 0.35 0.03
HSL 69.77º 0.86% 0.8% -
HSV(B) 69.77º 0.35% 0.97% -
XYZ 74.02 87.24 47.12 -
YUV 234.01 87.36 127.99 -
System Red Green Blue C M Y K H S L
Decimal 234 248 162 0.06 0 0.35 0.03 69.77 0.86 0.8
Hex EA F8 A2 6 0 23 3 46 56 50
Octal 352 370 242 6 0 43 3 106 126 120
Binary 11101010 11111000 10100010 110 0 100011 11 1000110 1010110 1010000

Color Harmonies of #EAF8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF8A2

Black with #EAF8A2

Text Example


Text Example

White with #EAF8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF8A2; }

 p { color: rgb(234,248,162); }

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

background-color css

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

 a { background-color: rgb(234,248,162); }

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

border-color css

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

 span { border-color: rgb(234,248,162); }

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