Html Css Color HEX #EDFAAF Australian Mint

📋 copy color: '#EDFAAF'

red 237 ◦ green 250 ◦ blue 175

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

Shades of Australian Mint #EDFAAF

Tints of Australian Mint #EDFAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.44%

R = 35.8%
G = 37.76%
B = 26.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#EDFAAF (or 0xEDFAAF) is known color: Australian Mint. HEX triplet: ED, FA and AF. RGB value is (237,250,175). Sum of RGB (Red+Green+Blue) = 237+250+175=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 175 (68.75% from 255 or 26.44% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAAF is #120550. Grayscale: #EDEDED. Windows color (decimal): -1181009 or 11533037. OLE color: 11533037.

HSL color Cylindrical-coordinate representation of color #EDFAAF: hue angle of 70.4º 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 #EDFAAF is Cyan = 0.05, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 175 -
CMYK 0.05 0 0.3 0.02
HSL 70.4º 0.88% 0.83% -
HSV(B) 70.4º 0.3% 0.98% -
XYZ 76.85 89.47 53.78 -
YUV 237.56 92.69 127.6 -
System Red Green Blue C M Y K H S L
Decimal 237 250 175 0.05 0 0.3 0.02 70.4 0.88 0.83
Hex ED FA AF 5 0 1E 2 46 58 53
Octal 355 372 257 5 0 36 2 106 130 123
Binary 11101101 11111010 10101111 101 0 11110 10 1000110 1011000 1010011

Color Harmonies of #EDFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAAF

Black with #EDFAAF

Text Example


Text Example

White with #EDFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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