Html Css Color HEX #E6FAE4 Aqua Spring

📋 copy color: '#E6FAE4'

red 230 ◦ green 250 ◦ blue 228

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

Shades of Aqua Spring #E6FAE4

Tints of Aqua Spring #E6FAE4

RGB

 RED value IS 230 (90.23% from 255) = 32.49%

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

 BLUE value IS 228 (89.45% from 255) = 32.2%

R = 32.49%
G = 35.31%
B = 32.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#E6FAE4 (or 0xE6FAE4) is known color: Aqua Spring. HEX triplet: E6, FA and E4. RGB value is (230,250,228). Sum of RGB (Red+Green+Blue) = 230+250+228=708 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.49% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 228 (89.45% from 255 or 32.20% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FAE4 is #19051B. Grayscale: #F1F1F1. Windows color (decimal): -1639708 or 15006438. OLE color: 15006438.

HSL color Cylindrical-coordinate representation of color #E6FAE4: hue angle of 114.55º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6FAE4 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 250 228 -
CMYK 0.08 0 0.09 0.02
HSL 114.55º 0.69% 0.94% -
HSV(B) 114.55º 0.09% 0.98% -
XYZ 80.82 90.8 86.66 -
YUV 241.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 230 250 228 0.08 0 0.09 0.02 114.55 0.69 0.94
Hex E6 FA E4 8 0 9 2 73 45 5E
Octal 346 372 344 10 0 11 2 163 105 136
Binary 11100110 11111010 11100100 1000 0 1001 10 1110011 1000101 1011110

Color Harmonies of #E6FAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6FAE4

Black with #E6FAE4

Text Example


Text Example

White with #E6FAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6FAE4; }

 p { color: rgb(230,250,228); }

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

background-color css

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

 a { background-color: rgb(230,250,228); }

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

border-color css

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

 span { border-color: rgb(230,250,228); }

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