Html Css Color HEX #EDF7EC Aqua Spring

📋 copy color: '#EDF7EC'

red 237 ◦ green 247 ◦ blue 236

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

Shades of Aqua Spring #EDF7EC

Tints of Aqua Spring #EDF7EC

RGB

 RED value IS 237 (92.97% from 255) = 32.92%

 GREEN value IS 247 (96.88% from 255) = 34.31%

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

R = 32.92%
G = 34.31%
B = 32.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#EDF7EC (or 0xEDF7EC) is known color: Aqua Spring. HEX triplet: ED, F7 and EC. RGB value is (237,247,236). Sum of RGB (Red+Green+Blue) = 237+247+236=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 247 (96.88% from 255 or 34.31% from 720); Blue value is 236 (92.58% from 255 or 32.78% from 720); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7EC is #120813. Grayscale: #F2F2F2. Windows color (decimal): -1181716 or 15529965. OLE color: 15529965.

HSL color Cylindrical-coordinate representation of color #EDF7EC: hue angle of 114.55º degrees, saturation: 0.41, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF7EC is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 236 -
CMYK 0.04 0 0.04 0.03
HSL 114.55º 0.41% 0.95% -
HSV(B) 114.55º 0.04% 0.97% -
XYZ 83.33 90.58 92.45 -
YUV 242.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 237 247 236 0.04 0 0.04 0.03 114.55 0.41 0.95
Hex ED F7 EC 4 0 4 3 73 29 5F
Octal 355 367 354 4 0 4 3 163 51 137
Binary 11101101 11110111 11101100 100 0 100 11 1110011 101001 1011111

Color Harmonies of #EDF7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF7EC

Black with #EDF7EC

Text Example


Text Example

White with #EDF7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF7EC; }

 p { color: rgb(237,247,236); }

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

background-color css

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

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

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

border-color css

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

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

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