Html Css Color HEX #EAFFF5 Mint Cream

📋 copy color: '#EAFFF5'

red 234 ◦ green 255 ◦ blue 245

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

Shades of Mint Cream #EAFFF5

Tints of Mint Cream #EAFFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 33.38%

R = 31.88%
G = 34.74%
B = 33.38%

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

#EAFFF5 (or 0xEAFFF5) is known color: Mint Cream. HEX triplet: EA, FF and F5. RGB value is (234,255,245). Sum of RGB (Red+Green+Blue) = 234+255+245=734 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.88% from 734); Green value is 255 (100% from 255 or 34.74% from 734); Blue value is 245 (96.09% from 255 or 33.38% from 734); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFF5 is #15000A. Grayscale: #F7F7F7. Windows color (decimal): -1376267 or 16121834. OLE color: 16121834.

HSL color Cylindrical-coordinate representation of color #EAFFF5: hue angle of 151.43º 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 #EAFFF5 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 234 255 245 -
CMYK 0.08 0 0.04 0
HSL 151.43º 1% 0.96% -
HSV(B) 151.43º 0.08% 1% -
XYZ 86.17 95.61 100.3 -
YUV 247.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 234 255 245 0.08 0 0.04 0 151.43 1 0.96
Hex EA FF F5 8 0 4 0 97 64 60
Octal 352 377 365 10 0 4 0 227 144 140
Binary 11101010 11111111 11110101 1000 0 100 0 10010111 1100100 1100000

Color Harmonies of #EAFFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFFF5

Black with #EAFFF5

Text Example


Text Example

White with #EAFFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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