Html Css Color HEX #ECF0EC Aqua Spring

📋 copy color: '#ECF0EC'

red 236 ◦ green 240 ◦ blue 236

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

Shades of Aqua Spring #ECF0EC

Tints of Aqua Spring #ECF0EC

RGB

 RED value IS 236 (92.58% from 255) = 33.15%

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

 BLUE value IS 236 (92.58% from 255) = 33.15%

R = 33.15%
G = 33.71%
B = 33.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#ECF0EC (or 0xECF0EC) is known color: Aqua Spring. HEX triplet: EC, F0 and EC. RGB value is (236,240,236). Sum of RGB (Red+Green+Blue) = 236+240+236=712 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.15% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 236 (92.58% from 255 or 33.15% from 712); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF0EC is #130F13. Grayscale: #EEEEEE. Windows color (decimal): -1249044 or 15528172. OLE color: 15528172.

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

Color convert

RGB 236 240 236 -
CMYK 0.02 0 0.02 0.06
HSL 120º 0.12% 0.93% -
HSV(B) 120º 0.02% 0.94% -
XYZ 80.89 86.21 91.73 -
YUV 238.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 236 240 236 0.02 0 0.02 0.06 120 0.12 0.93
Hex EC F0 EC 2 0 2 6 78 C 5D
Octal 354 360 354 2 0 2 6 170 14 135
Binary 11101100 11110000 11101100 10 0 10 110 1111000 1100 1011101

Color Harmonies of #ECF0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF0EC

Black with #ECF0EC

Text Example


Text Example

White with #ECF0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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