Html Css Color HEX #EDFAAB Australian Mint

📋 copy color: '#EDFAAB'

red 237 ◦ green 250 ◦ blue 171

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

Shades of Australian Mint #EDFAAB

Tints of Australian Mint #EDFAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.99%

R = 36.02%
G = 37.99%
B = 25.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#EDFAAB (or 0xEDFAAB) is known color: Australian Mint. HEX triplet: ED, FA and AB. RGB value is (237,250,171). Sum of RGB (Red+Green+Blue) = 237+250+171=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 171 (67.19% from 255 or 25.99% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAAB is #120554. Grayscale: #EDEDED. Windows color (decimal): -1181013 or 11270893. OLE color: 11270893.

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

Color convert

RGB 237 250 171 -
CMYK 0.05 0 0.32 0.02
HSL 69.87º 0.89% 0.83% -
HSV(B) 69.87º 0.32% 0.98% -
XYZ 76.46 89.32 51.74 -
YUV 237.11 90.69 127.92 -
System Red Green Blue C M Y K H S L
Decimal 237 250 171 0.05 0 0.32 0.02 69.87 0.89 0.83
Hex ED FA AB 5 0 20 2 46 59 53
Octal 355 372 253 5 0 40 2 106 131 123
Binary 11101101 11111010 10101011 101 0 100000 10 1000110 1011001 1010011

Color Harmonies of #EDFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAAB

Black with #EDFAAB

Text Example


Text Example

White with #EDFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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