Html Css Color HEX #EFFBA8 Australian Mint

📋 copy color: '#EFFBA8'

red 239 ◦ green 251 ◦ blue 168

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

Shades of Australian Mint #EFFBA8

Tints of Australian Mint #EFFBA8

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.15%

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

R = 36.32%
G = 38.15%
B = 25.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#EFFBA8 (or 0xEFFBA8) is known color: Australian Mint. HEX triplet: EF, FB and A8. RGB value is (239,251,168). Sum of RGB (Red+Green+Blue) = 239+251+168=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 168 (66.02% from 255 or 25.53% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFBA8 is #100457. Grayscale: #EEEEEE. Windows color (decimal): -1049688 or 11074543. OLE color: 11074543.

HSL color Cylindrical-coordinate representation of color #EFFBA8: hue angle of 68.67º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFFBA8 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 251 168 -
CMYK 0.05 0 0.33 0.02
HSL 68.67º 0.91% 0.82% -
HSV(B) 68.67º 0.33% 0.98% -
XYZ 77.16 90.17 50.38 -
YUV 237.95 88.52 128.75 -
System Red Green Blue C M Y K H S L
Decimal 239 251 168 0.05 0 0.33 0.02 68.67 0.91 0.82
Hex EF FB A8 5 0 21 2 45 5B 52
Octal 357 373 250 5 0 41 2 105 133 122
Binary 11101111 11111011 10101000 101 0 100001 10 1000101 1011011 1010010

Color Harmonies of #EFFBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFBA8

Black with #EFFBA8

Text Example


Text Example

White with #EFFBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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