Html Css Color HEX #EFFFB0 Australian Mint

📋 copy color: '#EFFFB0'

red 239 ◦ green 255 ◦ blue 176

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

Shades of Australian Mint #EFFFB0

Tints of Australian Mint #EFFFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 26.27%

R = 35.67%
G = 38.06%
B = 26.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#EFFFB0 (or 0xEFFFB0) is known color: Australian Mint. HEX triplet: EF, FF and B0. RGB value is (239,255,176). Sum of RGB (Red+Green+Blue) = 239+255+176=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 176 (69.14% from 255 or 26.27% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFB0 is #10004F. Grayscale: #F1F1F1. Windows color (decimal): -1048656 or 11599855. OLE color: 11599855.

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

Color convert

RGB 239 255 176 -
CMYK 0.06 0 0.31 0
HSL 72.15º 1% 0.85% -
HSV(B) 72.15º 0.31% 1% -
XYZ 79.19 93.01 54.85 -
YUV 241.21 91.2 126.42 -
System Red Green Blue C M Y K H S L
Decimal 239 255 176 0.06 0 0.31 0 72.15 1 0.85
Hex EF FF B0 6 0 1F 0 48 64 55
Octal 357 377 260 6 0 37 0 110 144 125
Binary 11101111 11111111 10110000 110 0 11111 0 1001000 1100100 1010101

Color Harmonies of #EFFFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFFB0

Black with #EFFFB0

Text Example


Text Example

White with #EFFFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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