Html Css Color HEX #EAFDAB Australian Mint

📋 copy color: '#EAFDAB'

red 234 ◦ green 253 ◦ blue 171

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

Shades of Australian Mint #EAFDAB

Tints of Australian Mint #EAFDAB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.45%

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

R = 35.56%
G = 38.45%
B = 25.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#EAFDAB (or 0xEAFDAB) is known color: Australian Mint. HEX triplet: EA, FD and AB. RGB value is (234,253,171). Sum of RGB (Red+Green+Blue) = 234+253+171=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 171 (67.19% from 255 or 25.99% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFDAB is #150254. Grayscale: #EEEEEE. Windows color (decimal): -1376853 or 11271658. OLE color: 11271658.

HSL color Cylindrical-coordinate representation of color #EAFDAB: hue angle of 73.9º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAFDAB is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 253 171 -
CMYK 0.08 0 0.32 0.01
HSL 73.9º 0.95% 0.83% -
HSV(B) 73.9º 0.32% 0.99% -
XYZ 76.41 90.68 52 -
YUV 237.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 234 253 171 0.08 0 0.32 0.01 73.9 0.95 0.83
Hex EA FD AB 8 0 20 1 4A 5F 53
Octal 352 375 253 10 0 40 1 112 137 123
Binary 11101010 11111101 10101011 1000 0 100000 1 1001010 1011111 1010011

Color Harmonies of #EAFDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFDAB

Black with #EAFDAB

Text Example


Text Example

White with #EAFDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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