Html Css Color HEX #EAF8A8 Australian Mint

📋 copy color: '#EAF8A8'

red 234 ◦ green 248 ◦ blue 168

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

Shades of Australian Mint #EAF8A8

Tints of Australian Mint #EAF8A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25.85%

R = 36%
G = 38.15%
B = 25.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#EAF8A8 (or 0xEAF8A8) is known color: Australian Mint. HEX triplet: EA, F8 and A8. RGB value is (234,248,168). Sum of RGB (Red+Green+Blue) = 234+248+168=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 168 (66.02% from 255 or 25.85% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF8A8 is #150757. Grayscale: #EAEAEA. Windows color (decimal): -1378136 or 11073770. OLE color: 11073770.

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

Color convert

RGB 234 248 168 -
CMYK 0.06 0 0.32 0.03
HSL 70.5º 0.85% 0.82% -
HSV(B) 70.5º 0.32% 0.97% -
XYZ 74.57 87.45 50 -
YUV 234.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 234 248 168 0.06 0 0.32 0.03 70.5 0.85 0.82
Hex EA F8 A8 6 0 20 3 46 55 52
Octal 352 370 250 6 0 40 3 106 125 122
Binary 11101010 11111000 10101000 110 0 100000 11 1000110 1010101 1010010

Color Harmonies of #EAF8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF8A8

Black with #EAF8A8

Text Example


Text Example

White with #EAF8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF8A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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