Html Css Color HEX #E6FAAF Australian Mint

📋 copy color: '#E6FAAF'

red 230 ◦ green 250 ◦ blue 175

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

Shades of Australian Mint #E6FAAF

Tints of Australian Mint #E6FAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.72%

R = 35.11%
G = 38.17%
B = 26.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#E6FAAF (or 0xE6FAAF) is known color: Australian Mint. HEX triplet: E6, FA and AF. RGB value is (230,250,175). Sum of RGB (Red+Green+Blue) = 230+250+175=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 175 (68.75% from 255 or 26.72% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FAAF is #190550. Grayscale: #EBEBEB. Windows color (decimal): -1639761 or 11533030. OLE color: 11533030.

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

Color convert

RGB 230 250 175 -
CMYK 0.08 0 0.3 0.02
HSL 76º 0.88% 0.83% -
HSV(B) 76º 0.3% 0.98% -
XYZ 74.56 88.29 53.67 -
YUV 235.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 230 250 175 0.08 0 0.3 0.02 76 0.88 0.83
Hex E6 FA AF 8 0 1E 2 4C 58 53
Octal 346 372 257 10 0 36 2 114 130 123
Binary 11100110 11111010 10101111 1000 0 11110 10 1001100 1011000 1010011

Color Harmonies of #E6FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6FAAF

Black with #E6FAAF

Text Example


Text Example

White with #E6FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6FAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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