Html Css Color HEX #EBF2EA Aqua Spring

📋 copy color: '#EBF2EA'

red 235 ◦ green 242 ◦ blue 234

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

Shades of Aqua Spring #EBF2EA

Tints of Aqua Spring #EBF2EA

RGB

 RED value IS 235 (92.19% from 255) = 33.05%

 GREEN value IS 242 (94.92% from 255) = 34.04%

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

R = 33.05%
G = 34.04%
B = 32.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#EBF2EA (or 0xEBF2EA) is known color: Aqua Spring. HEX triplet: EB, F2 and EA. RGB value is (235,242,234). Sum of RGB (Red+Green+Blue) = 235+242+234=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2EA is #140D15. Grayscale: #EFEFEF. Windows color (decimal): -1314070 or 15397611. OLE color: 15397611.

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

Color convert

RGB 235 242 234 -
CMYK 0.03 0 0.03 0.05
HSL 112.5º 0.24% 0.93% -
HSV(B) 112.5º 0.03% 0.95% -
XYZ 80.86 87.11 90.39 -
YUV 239 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 235 242 234 0.03 0 0.03 0.05 112.5 0.24 0.93
Hex EB F2 EA 3 0 3 5 70 18 5D
Octal 353 362 352 3 0 3 5 160 30 135
Binary 11101011 11110010 11101010 11 0 11 101 1110000 11000 1011101

Color Harmonies of #EBF2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2EA

Black with #EBF2EA

Text Example


Text Example

White with #EBF2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2EA; }

 p { color: rgb(235,242,234); }

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

background-color css

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

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

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

border-color css

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

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

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