Html Css Color HEX #EDF6B2 Australian Mint

📋 copy color: '#EDF6B2'

red 237 ◦ green 246 ◦ blue 178

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

Shades of Australian Mint #EDF6B2

Tints of Australian Mint #EDF6B2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.22%

 BLUE value IS 178 (69.92% from 255) = 26.93%

R = 35.85%
G = 37.22%
B = 26.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#EDF6B2 (or 0xEDF6B2) is known color: Australian Mint. HEX triplet: ED, F6 and B2. RGB value is (237,246,178). Sum of RGB (Red+Green+Blue) = 237+246+178=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 178 (69.92% from 255 or 26.93% from 661); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF6B2 is #12094D. Grayscale: #EBEBEB. Windows color (decimal): -1182030 or 11728621. OLE color: 11728621.

HSL color Cylindrical-coordinate representation of color #EDF6B2: hue angle of 67.94º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDF6B2 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 178 -
CMYK 0.04 0 0.28 0.04
HSL 67.94º 0.79% 0.83% -
HSV(B) 67.94º 0.28% 0.96% -
XYZ 75.92 87.13 54.94 -
YUV 235.56 95.52 129.03 -
System Red Green Blue C M Y K H S L
Decimal 237 246 178 0.04 0 0.28 0.04 67.94 0.79 0.83
Hex ED F6 B2 4 0 1C 4 44 4F 53
Octal 355 366 262 4 0 34 4 104 117 123
Binary 11101101 11110110 10110010 100 0 11100 100 1000100 1001111 1010011

Color Harmonies of #EDF6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6B2

Black with #EDF6B2

Text Example


Text Example

White with #EDF6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6B2; }

 p { color: rgb(237,246,178); }

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

background-color css

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

 a { background-color: rgb(237,246,178); }

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

border-color css

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

 span { border-color: rgb(237,246,178); }

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