Html Css Color HEX #EEF0EE Aqua Spring

📋 copy color: '#EEF0EE'

red 238 ◦ green 240 ◦ blue 238

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

Shades of Aqua Spring #EEF0EE

Tints of Aqua Spring #EEF0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.52%

 BLUE value IS 238 (93.36% from 255) = 33.24%

R = 33.24%
G = 33.52%
B = 33.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EEF0EE (or 0xEEF0EE) is known color: Aqua Spring. HEX triplet: EE, F0 and EE. RGB value is (238,240,238). Sum of RGB (Red+Green+Blue) = 238+240+238=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0EE is #110F11. Grayscale: #EFEFEF. Windows color (decimal): -1117970 or 15659246. OLE color: 15659246.

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

Color convert

RGB 238 240 238 -
CMYK 0.01 0 0.01 0.06
HSL 120º 0.06% 0.94% -
HSV(B) 120º 0.01% 0.94% -
XYZ 81.85 86.67 93.3 -
YUV 239.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 238 240 238 0.01 0 0.01 0.06 120 0.06 0.94
Hex EE F0 EE 1 0 1 6 78 6 5E
Octal 356 360 356 1 0 1 6 170 6 136
Binary 11101110 11110000 11101110 1 0 1 110 1111000 110 1011110

Color Harmonies of #EEF0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF0EE

Black with #EEF0EE

Text Example


Text Example

White with #EEF0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF0EE; }

 p { color: rgb(238,240,238); }

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

background-color css

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

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

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

border-color css

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

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

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