Html Css Color HEX #B2E6CA Magic Mint

📋 copy color: '#B2E6CA'

red 178 ◦ green 230 ◦ blue 202

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

Shades of Magic Mint #B2E6CA

Tints of Magic Mint #B2E6CA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.7%

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

R = 29.18%
G = 37.7%
B = 33.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#B2E6CA (or 0xB2E6CA) is known color: Magic Mint. HEX triplet: B2, E6 and CA. RGB value is (178,230,202). Sum of RGB (Red+Green+Blue) = 178+230+202=610 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.18% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E6CA is #4D1935. Grayscale: #D3D3D3. Windows color (decimal): -5052726 or 13297330. OLE color: 13297330.

HSL color Cylindrical-coordinate representation of color #B2E6CA: hue angle of 147.69º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2E6CA is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 230 202 -
CMYK 0.23 0 0.12 0.10
HSL 147.69º 0.51% 0.8% -
HSV(B) 147.69º 0.23% 0.9% -
XYZ 57.32 70.32 66.43 -
YUV 211.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 178 230 202 0.23 0 0.12 0.10 147.69 0.51 0.8
Hex B2 E6 CA 17 0 C A 94 33 50
Octal 262 346 312 27 0 14 12 224 63 120
Binary 10110010 11100110 11001010 10111 0 1100 1010 10010100 110011 1010000

Color Harmonies of #B2E6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E6CA

Black with #B2E6CA

Text Example


Text Example

White with #B2E6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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