Html Css Color HEX #EAFCAC Australian Mint

📋 copy color: '#EAFCAC'

red 234 ◦ green 252 ◦ blue 172

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

Shades of Australian Mint #EAFCAC

Tints of Australian Mint #EAFCAC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.3%

 BLUE value IS 172 (67.58% from 255) = 26.14%

R = 35.56%
G = 38.3%
B = 26.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#EAFCAC (or 0xEAFCAC) is known color: Australian Mint. HEX triplet: EA, FC and AC. RGB value is (234,252,172). Sum of RGB (Red+Green+Blue) = 234+252+172=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 172 (67.58% from 255 or 26.14% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFCAC is #150353. Grayscale: #EDEDED. Windows color (decimal): -1377108 or 11336938. OLE color: 11336938.

HSL color Cylindrical-coordinate representation of color #EAFCAC: hue angle of 73.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAFCAC is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 252 172 -
CMYK 0.07 0 0.32 0.01
HSL 73.5º 0.93% 0.83% -
HSV(B) 73.5º 0.32% 0.99% -
XYZ 76.19 90.09 52.4 -
YUV 237.5 91.04 125.5 -
System Red Green Blue C M Y K H S L
Decimal 234 252 172 0.07 0 0.32 0.01 73.5 0.93 0.83
Hex EA FC AC 7 0 20 1 4A 5D 53
Octal 352 374 254 7 0 40 1 112 135 123
Binary 11101010 11111100 10101100 111 0 100000 1 1001010 1011101 1010011

Color Harmonies of #EAFCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFCAC

Black with #EAFCAC

Text Example


Text Example

White with #EAFCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFCAC; }

 p { color: rgb(234,252,172); }

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

background-color css

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

 a { background-color: rgb(234,252,172); }

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

border-color css

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

 span { border-color: rgb(234,252,172); }

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