Html Css Color HEX #EFF8A8 Australian Mint

📋 copy color: '#EFF8A8'

red 239 ◦ green 248 ◦ blue 168

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

Shades of Australian Mint #EFF8A8

Tints of Australian Mint #EFF8A8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.86%

 BLUE value IS 168 (66.02% from 255) = 25.65%

R = 36.49%
G = 37.86%
B = 25.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#EFF8A8 (or 0xEFF8A8) is known color: Australian Mint. HEX triplet: EF, F8 and A8. RGB value is (239,248,168). Sum of RGB (Red+Green+Blue) = 239+248+168=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 168 (66.02% from 255 or 25.65% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF8A8 is #100757. Grayscale: #ECECEC. Windows color (decimal): -1050456 or 11073775. OLE color: 11073775.

HSL color Cylindrical-coordinate representation of color #EFF8A8: hue angle of 66.75º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFF8A8 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 168 -
CMYK 0.04 0 0.32 0.03
HSL 66.75º 0.85% 0.82% -
HSV(B) 66.75º 0.32% 0.97% -
XYZ 76.23 88.31 50.07 -
YUV 236.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 239 248 168 0.04 0 0.32 0.03 66.75 0.85 0.82
Hex EF F8 A8 4 0 20 3 43 55 52
Octal 357 370 250 4 0 40 3 103 125 122
Binary 11101111 11111000 10101000 100 0 100000 11 1000011 1010101 1010010

Color Harmonies of #EFF8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF8A8

Black with #EFF8A8

Text Example


Text Example

White with #EFF8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF8A8; }

 p { color: rgb(239,248,168); }

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

background-color css

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

 a { background-color: rgb(239,248,168); }

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

border-color css

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

 span { border-color: rgb(239,248,168); }

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