Html Css Color HEX #B3FACA Magic Mint

📋 copy color: '#B3FACA'

red 179 ◦ green 250 ◦ blue 202

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

Shades of Magic Mint #B3FACA

Tints of Magic Mint #B3FACA

RGB

 RED value IS 179 (70.31% from 255) = 28.37%

 GREEN value IS 250 (98.05% from 255) = 39.62%

 BLUE value IS 202 (79.3% from 255) = 32.01%

R = 28.37%
G = 39.62%
B = 32.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#B3FACA (or 0xB3FACA) is known color: Magic Mint. HEX triplet: B3, FA and CA. RGB value is (179,250,202). Sum of RGB (Red+Green+Blue) = 179+250+202=631 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.37% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FACA is #4C0535. Grayscale: #DFDFDF. Windows color (decimal): -4982070 or 13302451. OLE color: 13302451.

HSL color Cylindrical-coordinate representation of color #B3FACA: hue angle of 139.44º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3FACA is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 250 202 -
CMYK 0.28 0 0.19 0.02
HSL 139.44º 0.88% 0.84% -
HSV(B) 139.44º 0.28% 0.98% -
XYZ 63.44 82.22 68.4 -
YUV 223.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 179 250 202 0.28 0 0.19 0.02 139.44 0.88 0.84
Hex B3 FA CA 1C 0 13 2 8B 58 54
Octal 263 372 312 34 0 23 2 213 130 124
Binary 10110011 11111010 11001010 11100 0 10011 10 10001011 1011000 1010100

Color Harmonies of #B3FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FACA

Black with #B3FACA

Text Example


Text Example

White with #B3FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FACA; }

 p { color: rgb(179,250,202); }

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

background-color css

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

 a { background-color: rgb(179,250,202); }

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

border-color css

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

 span { border-color: rgb(179,250,202); }

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