Html Css Color HEX #B2FFCA Magic Mint

📋 copy color: '#B2FFCA'

red 178 ◦ green 255 ◦ blue 202

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

Shades of Magic Mint #B2FFCA

Tints of Magic Mint #B2FFCA

RGB

 RED value IS 178 (69.92% from 255) = 28.03%

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

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

R = 28.03%
G = 40.16%
B = 31.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#B2FFCA (or 0xB2FFCA) is known color: Magic Mint. HEX triplet: B2, FF and CA. RGB value is (178,255,202). Sum of RGB (Red+Green+Blue) = 178+255+202=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFCA is #4D0035. Grayscale: #E2E2E2. Windows color (decimal): -5046326 or 13303730. OLE color: 13303730.

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

Color convert

RGB 178 255 202 -
CMYK 0.30 0 0.21 0
HSL 138.7º 1% 0.85% -
HSV(B) 138.7º 0.3% 1% -
XYZ 64.78 85.25 68.92 -
YUV 225.94 114.49 93.81 -
System Red Green Blue C M Y K H S L
Decimal 178 255 202 0.30 0 0.21 0 138.7 1 0.85
Hex B2 FF CA 1E 0 15 0 8B 64 55
Octal 262 377 312 36 0 25 0 213 144 125
Binary 10110010 11111111 11001010 11110 0 10101 0 10001011 1100100 1010101

Color Harmonies of #B2FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFCA

Black with #B2FFCA

Text Example


Text Example

White with #B2FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFCA; }

 p { color: rgb(178,255,202); }

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

background-color css

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

 a { background-color: rgb(178,255,202); }

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

border-color css

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

 span { border-color: rgb(178,255,202); }

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