Html Css Color HEX #EAFAAB Australian Mint

📋 copy color: '#EAFAAB'

red 234 ◦ green 250 ◦ blue 171

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

Shades of Australian Mint #EAFAAB

Tints of Australian Mint #EAFAAB

RGB

 RED value IS 234 (91.8% from 255) = 35.73%

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

 BLUE value IS 171 (67.19% from 255) = 26.11%

R = 35.73%
G = 38.17%
B = 26.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#EAFAAB (or 0xEAFAAB) is known color: Australian Mint. HEX triplet: EA, FA and AB. RGB value is (234,250,171). Sum of RGB (Red+Green+Blue) = 234+250+171=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 171 (67.19% from 255 or 26.11% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFAAB is #150554. Grayscale: #ECECEC. Windows color (decimal): -1377621 or 11270890. OLE color: 11270890.

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

Color convert

RGB 234 250 171 -
CMYK 0.06 0 0.32 0.02
HSL 72.15º 0.89% 0.83% -
HSV(B) 72.15º 0.32% 0.98% -
XYZ 75.47 88.8 51.69 -
YUV 236.21 91.2 126.42 -
System Red Green Blue C M Y K H S L
Decimal 234 250 171 0.06 0 0.32 0.02 72.15 0.89 0.83
Hex EA FA AB 6 0 20 2 48 59 53
Octal 352 372 253 6 0 40 2 110 131 123
Binary 11101010 11111010 10101011 110 0 100000 10 1001000 1011001 1010011

Color Harmonies of #EAFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFAAB

Black with #EAFAAB

Text Example


Text Example

White with #EAFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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