Html Css Color HEX #EDFAAE Australian Mint

📋 copy color: '#EDFAAE'

red 237 ◦ green 250 ◦ blue 174

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

Shades of Australian Mint #EDFAAE

Tints of Australian Mint #EDFAAE

RGB

 RED value IS 237 (92.97% from 255) = 35.85%

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

 BLUE value IS 174 (68.36% from 255) = 26.32%

R = 35.85%
G = 37.82%
B = 26.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#EDFAAE (or 0xEDFAAE) is known color: Australian Mint. HEX triplet: ED, FA and AE. RGB value is (237,250,174). Sum of RGB (Red+Green+Blue) = 237+250+174=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 174 (68.36% from 255 or 26.32% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAAE is #120551. Grayscale: #EDEDED. Windows color (decimal): -1181010 or 11467501. OLE color: 11467501.

HSL color Cylindrical-coordinate representation of color #EDFAAE: hue angle of 70.26º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDFAAE is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 174 -
CMYK 0.05 0 0.30 0.02
HSL 70.26º 0.88% 0.83% -
HSV(B) 70.26º 0.3% 0.98% -
XYZ 76.75 89.43 53.26 -
YUV 237.45 92.19 127.68 -
System Red Green Blue C M Y K H S L
Decimal 237 250 174 0.05 0 0.30 0.02 70.26 0.88 0.83
Hex ED FA AE 5 0 1E 2 46 58 53
Octal 355 372 256 5 0 36 2 106 130 123
Binary 11101101 11111010 10101110 101 0 11110 10 1000110 1011000 1010011

Color Harmonies of #EDFAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAAE

Black with #EDFAAE

Text Example


Text Example

White with #EDFAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAAE; }

 p { color: rgb(237,250,174); }

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

background-color css

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

 a { background-color: rgb(237,250,174); }

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

border-color css

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

 span { border-color: rgb(237,250,174); }

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