Html Css Color HEX #EFF5EF Aqua Spring

📋 copy color: '#EFF5EF'

red 239 ◦ green 245 ◦ blue 239

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

Shades of Aqua Spring #EFF5EF

Tints of Aqua Spring #EFF5EF

RGB

 RED value IS 239 (93.75% from 255) = 33.06%

 GREEN value IS 245 (96.09% from 255) = 33.89%

 BLUE value IS 239 (93.75% from 255) = 33.06%

R = 33.06%
G = 33.89%
B = 33.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#EFF5EF (or 0xEFF5EF) is known color: Aqua Spring. HEX triplet: EF, F5 and EF. RGB value is (239,245,239). Sum of RGB (Red+Green+Blue) = 239+245+239=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 245 (96.09% from 255 or 33.89% from 723); Blue value is 239 (93.75% from 255 or 33.06% from 723); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5EF is #100A10. Grayscale: #F2F2F2. Windows color (decimal): -1051153 or 15726063. OLE color: 15726063.

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

Color convert

RGB 239 245 239 -
CMYK 0.02 0 0.02 0.04
HSL 120º 0.23% 0.95% -
HSV(B) 120º 0.02% 0.96% -
XYZ 83.83 89.89 94.59 -
YUV 242.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 239 245 239 0.02 0 0.02 0.04 120 0.23 0.95
Hex EF F5 EF 2 0 2 4 78 17 5F
Octal 357 365 357 2 0 2 4 170 27 137
Binary 11101111 11110101 11101111 10 0 10 100 1111000 10111 1011111

Color Harmonies of #EFF5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF5EF

Black with #EFF5EF

Text Example


Text Example

White with #EFF5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF5EF; }

 p { color: rgb(239,245,239); }

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

background-color css

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

 a { background-color: rgb(239,245,239); }

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

border-color css

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

 span { border-color: rgb(239,245,239); }

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