Html Css Color HEX #EAFAAD Australian Mint

📋 copy color: '#EAFAAD'

red 234 ◦ green 250 ◦ blue 173

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

Shades of Australian Mint #EAFAAD

Tints of Australian Mint #EAFAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.33%

R = 35.62%
G = 38.05%
B = 26.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#EAFAAD (or 0xEAFAAD) is known color: Australian Mint. HEX triplet: EA, FA and AD. RGB value is (234,250,173). Sum of RGB (Red+Green+Blue) = 234+250+173=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 173 (67.97% from 255 or 26.33% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFAAD is #150552. Grayscale: #ECECEC. Windows color (decimal): -1377619 or 11401962. OLE color: 11401962.

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

Color convert

RGB 234 250 173 -
CMYK 0.06 0 0.31 0.02
HSL 72.47º 0.89% 0.83% -
HSV(B) 72.47º 0.31% 0.98% -
XYZ 75.66 88.88 52.7 -
YUV 236.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 234 250 173 0.06 0 0.31 0.02 72.47 0.89 0.83
Hex EA FA AD 6 0 1F 2 48 59 53
Octal 352 372 255 6 0 37 2 110 131 123
Binary 11101010 11111010 10101101 110 0 11111 10 1001000 1011001 1010011

Color Harmonies of #EAFAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFAAD

Black with #EAFAAD

Text Example


Text Example

White with #EAFAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFAAD; }

 p { color: rgb(234,250,173); }

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

background-color css

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

 a { background-color: rgb(234,250,173); }

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

border-color css

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

 span { border-color: rgb(234,250,173); }

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