Html Css Color HEX #ECF1EC Aqua Spring

📋 copy color: '#ECF1EC'

red 236 ◦ green 241 ◦ blue 236

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

Shades of Aqua Spring #ECF1EC

Tints of Aqua Spring #ECF1EC

RGB

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

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

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

R = 33.1%
G = 33.8%
B = 33.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#ECF1EC (or 0xECF1EC) is known color: Aqua Spring. HEX triplet: EC, F1 and EC. RGB value is (236,241,236). Sum of RGB (Red+Green+Blue) = 236+241+236=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1EC is #130E13. Grayscale: #EEEEEE. Windows color (decimal): -1248788 or 15528428. OLE color: 15528428.

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

Color convert

RGB 236 241 236 -
CMYK 0.02 0 0.02 0.05
HSL 120º 0.15% 0.94% -
HSV(B) 120º 0.02% 0.95% -
XYZ 81.19 86.8 91.83 -
YUV 238.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 236 241 236 0.02 0 0.02 0.05 120 0.15 0.94
Hex EC F1 EC 2 0 2 5 78 F 5E
Octal 354 361 354 2 0 2 5 170 17 136
Binary 11101100 11110001 11101100 10 0 10 101 1111000 1111 1011110

Color Harmonies of #ECF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF1EC

Black with #ECF1EC

Text Example


Text Example

White with #ECF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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