Html Css Color HEX #EFF0EF Aqua Spring

📋 copy color: '#EFF0EF'

red 239 ◦ green 240 ◦ blue 239

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

Shades of Aqua Spring #EFF0EF

Tints of Aqua Spring #EFF0EF

RGB

 RED value IS 239 (93.75% from 255) = 33.29%

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

 BLUE value IS 239 (93.75% from 255) = 33.29%

R = 33.29%
G = 33.43%
B = 33.29%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFF0EF (or 0xEFF0EF) is known color: Aqua Spring. HEX triplet: EF, F0 and EF. RGB value is (239,240,239). Sum of RGB (Red+Green+Blue) = 239+240+239=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0EF is #100F10. Grayscale: #EFEFEF. Windows color (decimal): -1052433 or 15724783. OLE color: 15724783.

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

Color convert

RGB 239 240 239 -
CMYK 0.00 0 0.00 0.06
HSL 120º 0.03% 0.94% -
HSV(B) 120º 0% 0.94% -
XYZ 82.34 86.9 94.1 -
YUV 239.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 239 240 239 0.00 0 0.00 0.06 120 0.03 0.94
Hex EF F0 EF 0 0 0 6 78 3 5E
Octal 357 360 357 0 0 0 6 170 3 136
Binary 11101111 11110000 11101111 0 0 0 110 1111000 11 1011110

Color Harmonies of #EFF0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0EF

Black with #EFF0EF

Text Example


Text Example

White with #EFF0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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