Html Css Color HEX #B3E6CA Magic Mint

📋 copy color: '#B3E6CA'

red 179 ◦ green 230 ◦ blue 202

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

Shades of Magic Mint #B3E6CA

Tints of Magic Mint #B3E6CA

RGB

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

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

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

R = 29.3%
G = 37.64%
B = 33.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#B3E6CA (or 0xB3E6CA) is known color: Magic Mint. HEX triplet: B3, E6 and CA. RGB value is (179,230,202). Sum of RGB (Red+Green+Blue) = 179+230+202=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 230 - color contains mainly: green. Hex color #B3E6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E6CA is #4C1935. Grayscale: #D3D3D3. Windows color (decimal): -4987190 or 13297331. OLE color: 13297331.

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

Color convert

RGB 179 230 202 -
CMYK 0.22 0 0.12 0.10
HSL 147.06º 0.5% 0.8% -
HSV(B) 147.06º 0.22% 0.9% -
XYZ 57.55 70.44 66.44 -
YUV 211.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 179 230 202 0.22 0 0.12 0.10 147.06 0.5 0.8
Hex B3 E6 CA 16 0 C A 93 32 50
Octal 263 346 312 26 0 14 12 223 62 120
Binary 10110011 11100110 11001010 10110 0 1100 1010 10010011 110010 1010000

Color Harmonies of #B3E6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E6CA

Black with #B3E6CA

Text Example


Text Example

White with #B3E6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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