Html Css Color HEX #EDF4EC Aqua Spring

📋 copy color: '#EDF4EC'

red 237 ◦ green 244 ◦ blue 236

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

Shades of Aqua Spring #EDF4EC

Tints of Aqua Spring #EDF4EC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 34.03%

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

R = 33.05%
G = 34.03%
B = 32.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#EDF4EC (or 0xEDF4EC) is known color: Aqua Spring. HEX triplet: ED, F4 and EC. RGB value is (237,244,236). Sum of RGB (Red+Green+Blue) = 237+244+236=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 244 (95.70% from 255 or 34.03% from 717); Blue value is 236 (92.58% from 255 or 32.91% from 717); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4EC is #120B13. Grayscale: #F1F1F1. Windows color (decimal): -1182484 or 15529197. OLE color: 15529197.

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

Color convert

RGB 237 244 236 -
CMYK 0.03 0 0.03 0.04
HSL 112.5º 0.27% 0.94% -
HSV(B) 112.5º 0.03% 0.96% -
XYZ 82.42 88.76 92.15 -
YUV 241 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 237 244 236 0.03 0 0.03 0.04 112.5 0.27 0.94
Hex ED F4 EC 3 0 3 4 70 1B 5E
Octal 355 364 354 3 0 3 4 160 33 136
Binary 11101101 11110100 11101100 11 0 11 100 1110000 11011 1011110

Color Harmonies of #EDF4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4EC

Black with #EDF4EC

Text Example


Text Example

White with #EDF4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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