Html Css Color HEX #EBFAEA Aqua Spring

📋 copy color: '#EBFAEA'

red 235 ◦ green 250 ◦ blue 234

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

Shades of Aqua Spring #EBFAEA

Tints of Aqua Spring #EBFAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.77%

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

R = 32.68%
G = 34.77%
B = 32.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#EBFAEA (or 0xEBFAEA) is known color: Aqua Spring. HEX triplet: EB, FA and EA. RGB value is (235,250,234). Sum of RGB (Red+Green+Blue) = 235+250+234=719 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.68% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 234 (91.80% from 255 or 32.55% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAEA is #140515. Grayscale: #F3F3F3. Windows color (decimal): -1312022 or 15399659. OLE color: 15399659.

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

Color convert

RGB 235 250 234 -
CMYK 0.06 0 0.06 0.02
HSL 116.25º 0.62% 0.95% -
HSV(B) 116.25º 0.06% 0.98% -
XYZ 83.3 91.97 91.2 -
YUV 243.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 235 250 234 0.06 0 0.06 0.02 116.25 0.62 0.95
Hex EB FA EA 6 0 6 2 74 3E 5F
Octal 353 372 352 6 0 6 2 164 76 137
Binary 11101011 11111010 11101010 110 0 110 10 1110100 111110 1011111

Color Harmonies of #EBFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFAEA

Black with #EBFAEA

Text Example


Text Example

White with #EBFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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