Html Css Color HEX #EBF1EB Aqua Spring

📋 copy color: '#EBF1EB'

red 235 ◦ green 241 ◦ blue 235

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

Shades of Aqua Spring #EBF1EB

Tints of Aqua Spring #EBF1EB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.9%

 BLUE value IS 235 (92.19% 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.05

RGB Variations

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

Color information

#EBF1EB (or 0xEBF1EB) is known color: Aqua Spring. HEX triplet: EB, F1 and EB. RGB value is (235,241,235). Sum of RGB (Red+Green+Blue) = 235+241+235=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1EB is #140E14. Grayscale: #EEEEEE. Windows color (decimal): -1314325 or 15462891. OLE color: 15462891.

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

Color convert

RGB 235 241 235 -
CMYK 0.02 0 0.02 0.05
HSL 120º 0.18% 0.93% -
HSV(B) 120º 0.02% 0.95% -
XYZ 80.71 86.57 91.05 -
YUV 238.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 235 241 235 0.02 0 0.02 0.05 120 0.18 0.93
Hex EB F1 EB 2 0 2 5 78 12 5D
Octal 353 361 353 2 0 2 5 170 22 135
Binary 11101011 11110001 11101011 10 0 10 101 1111000 10010 1011101

Color Harmonies of #EBF1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF1EB

Black with #EBF1EB

Text Example


Text Example

White with #EBF1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF1EB; }

 p { color: rgb(235,241,235); }

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

background-color css

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

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

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

border-color css

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

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

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