Html Css Color HEX #EFF2EF Aqua Spring

📋 copy color: '#EFF2EF'

red 239 ◦ green 242 ◦ blue 239

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

Shades of Aqua Spring #EFF2EF

Tints of Aqua Spring #EFF2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.61%

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

R = 33.19%
G = 33.61%
B = 33.19%

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

#EFF2EF (or 0xEFF2EF) is known color: Aqua Spring. HEX triplet: EF, F2 and EF. RGB value is (239,242,239). Sum of RGB (Red+Green+Blue) = 239+242+239=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 239 (93.75% from 255 or 33.19% from 720); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2EF is #100D10. Grayscale: #F0F0F0. Windows color (decimal): -1051921 or 15725295. OLE color: 15725295.

HSL color Cylindrical-coordinate representation of color #EFF2EF: hue angle of 120º degrees, saturation: 0.1, 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 #EFF2EF is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 239 -
CMYK 0.01 0 0.01 0.05
HSL 120º 0.1% 0.94% -
HSV(B) 120º 0.01% 0.95% -
XYZ 82.93 88.09 94.29 -
YUV 240.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 239 242 239 0.01 0 0.01 0.05 120 0.1 0.94
Hex EF F2 EF 1 0 1 5 78 A 5E
Octal 357 362 357 1 0 1 5 170 12 136
Binary 11101111 11110010 11101111 1 0 1 101 1111000 1010 1011110

Color Harmonies of #EFF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2EF

Black with #EFF2EF

Text Example


Text Example

White with #EFF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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