Html Css Color HEX #EEFDB2 Australian Mint

📋 copy color: '#EEFDB2'

red 238 ◦ green 253 ◦ blue 178

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

Shades of Australian Mint #EEFDB2

Tints of Australian Mint #EEFDB2

RGB

 RED value IS 238 (93.36% from 255) = 35.58%

 GREEN value IS 253 (99.22% from 255) = 37.82%

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

R = 35.58%
G = 37.82%
B = 26.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#EEFDB2 (or 0xEEFDB2) is known color: Australian Mint. HEX triplet: EE, FD and B2. RGB value is (238,253,178). Sum of RGB (Red+Green+Blue) = 238+253+178=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 178 (69.92% from 255 or 26.61% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFDB2 is #11024D. Grayscale: #F0F0F0. Windows color (decimal): -1114702 or 11730414. OLE color: 11730414.

HSL color Cylindrical-coordinate representation of color #EEFDB2: hue angle of 72º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEFDB2 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 253 178 -
CMYK 0.06 0 0.30 0.01
HSL 72º 0.95% 0.85% -
HSV(B) 72º 0.3% 0.99% -
XYZ 78.42 91.64 55.67 -
YUV 239.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 238 253 178 0.06 0 0.30 0.01 72 0.95 0.85
Hex EE FD B2 6 0 1E 1 48 5F 55
Octal 356 375 262 6 0 36 1 110 137 125
Binary 11101110 11111101 10110010 110 0 11110 1 1001000 1011111 1010101

Color Harmonies of #EEFDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFDB2

Black with #EEFDB2

Text Example


Text Example

White with #EEFDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFDB2; }

 p { color: rgb(238,253,178); }

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

background-color css

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

 a { background-color: rgb(238,253,178); }

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

border-color css

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

 span { border-color: rgb(238,253,178); }

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