Html Css Color HEX #EFF1EF Aqua Spring

📋 copy color: '#EFF1EF'

red 239 ◦ green 241 ◦ blue 239

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

Shades of Aqua Spring #EFF1EF

Tints of Aqua Spring #EFF1EF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.52%

 BLUE value IS 239 (93.75% 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.05

RGB Variations

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

Color information

#EFF1EF (or 0xEFF1EF) is known color: Aqua Spring. HEX triplet: EF, F1 and EF. RGB value is (239,241,239). Sum of RGB (Red+Green+Blue) = 239+241+239=719 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.24% from 719); Green value is 241 (94.53% from 255 or 33.52% from 719); Blue value is 239 (93.75% from 255 or 33.24% from 719); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1EF is #100E10. Grayscale: #F0F0F0. Windows color (decimal): -1052177 or 15725039. OLE color: 15725039.

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

Color convert

RGB 239 241 239 -
CMYK 0.01 0 0.01 0.05
HSL 120º 0.07% 0.94% -
HSV(B) 120º 0.01% 0.95% -
XYZ 82.63 87.49 94.19 -
YUV 240.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 239 241 239 0.01 0 0.01 0.05 120 0.07 0.94
Hex EF F1 EF 1 0 1 5 78 7 5E
Octal 357 361 357 1 0 1 5 170 7 136
Binary 11101111 11110001 11101111 1 0 1 101 1111000 111 1011110

Color Harmonies of #EFF1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF1EF

Black with #EFF1EF

Text Example


Text Example

White with #EFF1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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