Html Css Color HEX #EDF8B2 Australian Mint

📋 copy color: '#EDF8B2'

red 237 ◦ green 248 ◦ blue 178

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

Shades of Australian Mint #EDF8B2

Tints of Australian Mint #EDF8B2

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.41%

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

R = 35.75%
G = 37.41%
B = 26.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#EDF8B2 (or 0xEDF8B2) is known color: Australian Mint. HEX triplet: ED, F8 and B2. RGB value is (237,248,178). Sum of RGB (Red+Green+Blue) = 237+248+178=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 178 (69.92% from 255 or 26.85% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF8B2 is #12074D. Grayscale: #EDEDED. Windows color (decimal): -1181518 or 11729133. OLE color: 11729133.

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

Color convert

RGB 237 248 178 -
CMYK 0.04 0 0.28 0.03
HSL 69.43º 0.83% 0.84% -
HSV(B) 69.43º 0.28% 0.97% -
XYZ 76.53 88.35 55.14 -
YUV 236.73 94.86 128.19 -
System Red Green Blue C M Y K H S L
Decimal 237 248 178 0.04 0 0.28 0.03 69.43 0.83 0.84
Hex ED F8 B2 4 0 1C 3 45 53 54
Octal 355 370 262 4 0 34 3 105 123 124
Binary 11101101 11111000 10110010 100 0 11100 11 1000101 1010011 1010100

Color Harmonies of #EDF8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8B2

Black with #EDF8B2

Text Example


Text Example

White with #EDF8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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