Html Css Color HEX #EFFEAF Australian Mint

📋 copy color: '#EFFEAF'

red 239 ◦ green 254 ◦ blue 175

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

Shades of Australian Mint #EFFEAF

Tints of Australian Mint #EFFEAF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.02%

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

R = 35.78%
G = 38.02%
B = 26.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#EFFEAF (or 0xEFFEAF) is known color: Australian Mint. HEX triplet: EF, FE and AF. RGB value is (239,254,175). Sum of RGB (Red+Green+Blue) = 239+254+175=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 175 (68.75% from 255 or 26.20% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFEAF is #100150. Grayscale: #F0F0F0. Windows color (decimal): -1048913 or 11534063. OLE color: 11534063.

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

Color convert

RGB 239 254 175 -
CMYK 0.06 0 0.31 0.00
HSL 71.39º 0.98% 0.84% -
HSV(B) 71.39º 0.31% 1% -
XYZ 78.78 92.33 54.23 -
YUV 240.51 91.03 126.92 -
System Red Green Blue C M Y K H S L
Decimal 239 254 175 0.06 0 0.31 0.00 71.39 0.98 0.84
Hex EF FE AF 6 0 1F 0 47 62 54
Octal 357 376 257 6 0 37 0 107 142 124
Binary 11101111 11111110 10101111 110 0 11111 0 1000111 1100010 1010100

Color Harmonies of #EFFEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFEAF

Black with #EFFEAF

Text Example


Text Example

White with #EFFEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFEAF; }

 p { color: rgb(239,254,175); }

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

background-color css

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

 a { background-color: rgb(239,254,175); }

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

border-color css

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

 span { border-color: rgb(239,254,175); }

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