Html Css Color HEX #EAFFF4 Mint Cream

📋 copy color: '#EAFFF4'

red 234 ◦ green 255 ◦ blue 244

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

Shades of Mint Cream #EAFFF4

Tints of Mint Cream #EAFFF4

RGB

 RED value IS 234 (91.8% from 255) = 31.92%

 GREEN value IS 255 (100% from 255) = 34.79%

 BLUE value IS 244 (95.7% from 255) = 33.29%

R = 31.92%
G = 34.79%
B = 33.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#EAFFF4 (or 0xEAFFF4) is known color: Mint Cream. HEX triplet: EA, FF and F4. RGB value is (234,255,244). Sum of RGB (Red+Green+Blue) = 234+255+244=733 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.92% from 733); Green value is 255 (100% from 255 or 34.79% from 733); Blue value is 244 (95.70% from 255 or 33.29% from 733); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFF4 is #15000B. Grayscale: #F7F7F7. Windows color (decimal): -1376268 or 16056298. OLE color: 16056298.

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

Color convert

RGB 234 255 244 -
CMYK 0.08 0 0.04 0
HSL 148.57º 1% 0.96% -
HSV(B) 148.57º 0.08% 1% -
XYZ 86.02 95.54 99.5 -
YUV 247.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 234 255 244 0.08 0 0.04 0 148.57 1 0.96
Hex EA FF F4 8 0 4 0 95 64 60
Octal 352 377 364 10 0 4 0 225 144 140
Binary 11101010 11111111 11110100 1000 0 100 0 10010101 1100100 1100000

Color Harmonies of #EAFFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFFF4

Black with #EAFFF4

Text Example


Text Example

White with #EAFFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFFF4; }

 p { color: rgb(234,255,244); }

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

background-color css

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

 a { background-color: rgb(234,255,244); }

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

border-color css

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

 span { border-color: rgb(234,255,244); }

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