Html Css Color HEX #EFFFAA Australian Mint

📋 copy color: '#EFFFAA'

red 239 ◦ green 255 ◦ blue 170

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

Shades of Australian Mint #EFFFAA

Tints of Australian Mint #EFFFAA

RGB

 RED value IS 239 (93.75% from 255) = 35.99%

 GREEN value IS 255 (100% from 255) = 38.4%

 BLUE value IS 170 (66.8% from 255) = 25.6%

R = 35.99%
G = 38.4%
B = 25.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#EFFFAA (or 0xEFFFAA) is known color: Australian Mint. HEX triplet: EF, FF and AA. RGB value is (239,255,170). Sum of RGB (Red+Green+Blue) = 239+255+170=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 170 (66.80% from 255 or 25.60% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFAA is #100055. Grayscale: #F0F0F0. Windows color (decimal): -1048662 or 11206639. OLE color: 11206639.

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

Color convert

RGB 239 255 170 -
CMYK 0.06 0 0.33 0
HSL 71.29º 1% 0.83% -
HSV(B) 71.29º 0.33% 1% -
XYZ 78.61 92.77 51.79 -
YUV 240.53 88.2 126.91 -
System Red Green Blue C M Y K H S L
Decimal 239 255 170 0.06 0 0.33 0 71.29 1 0.83
Hex EF FF AA 6 0 21 0 47 64 53
Octal 357 377 252 6 0 41 0 107 144 123
Binary 11101111 11111111 10101010 110 0 100001 0 1000111 1100100 1010011

Color Harmonies of #EFFFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFAA

Black with #EFFFAA

Text Example


Text Example

White with #EFFFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFAA; }

 p { color: rgb(239,255,170); }

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

background-color css

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

 a { background-color: rgb(239,255,170); }

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

border-color css

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

 span { border-color: rgb(239,255,170); }

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