Html Css Color HEX #EAF0EA Aqua Spring

📋 copy color: '#EAF0EA'

red 234 ◦ green 240 ◦ blue 234

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

Shades of Aqua Spring #EAF0EA

Tints of Aqua Spring #EAF0EA

RGB

 RED value IS 234 (91.8% from 255) = 33.05%

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

 BLUE value IS 234 (91.8% from 255) = 33.05%

R = 33.05%
G = 33.9%
B = 33.05%

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

#EAF0EA (or 0xEAF0EA) is known color: Aqua Spring. HEX triplet: EA, F0 and EA. RGB value is (234,240,234). Sum of RGB (Red+Green+Blue) = 234+240+234=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 234 (91.80% from 255 or 33.05% from 708); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF0EA is #150F15. Grayscale: #EDEDED. Windows color (decimal): -1380118 or 15397098. OLE color: 15397098.

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

Color convert

RGB 234 240 234 -
CMYK 0.02 0 0.02 0.06
HSL 120º 0.17% 0.93% -
HSV(B) 120º 0.02% 0.94% -
XYZ 79.94 85.75 90.18 -
YUV 237.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 234 240 234 0.02 0 0.02 0.06 120 0.17 0.93
Hex EA F0 EA 2 0 2 6 78 11 5D
Octal 352 360 352 2 0 2 6 170 21 135
Binary 11101010 11110000 11101010 10 0 10 110 1111000 10001 1011101

Color Harmonies of #EAF0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF0EA

Black with #EAF0EA

Text Example


Text Example

White with #EAF0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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