Html Css Color HEX #B2F6CB Magic Mint

📋 copy color: '#B2F6CB'

red 178 ◦ green 246 ◦ blue 203

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

Shades of Magic Mint #B2F6CB

Tints of Magic Mint #B2F6CB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.23%

 BLUE value IS 203 (79.69% from 255) = 32.38%

R = 28.39%
G = 39.23%
B = 32.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#B2F6CB (or 0xB2F6CB) is known color: Magic Mint. HEX triplet: B2, F6 and CB. RGB value is (178,246,203). Sum of RGB (Red+Green+Blue) = 178+246+203=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F6CB is #4D0934. Grayscale: #DCDCDC. Windows color (decimal): -5048629 or 13366962. OLE color: 13366962.

HSL color Cylindrical-coordinate representation of color #B2F6CB: hue angle of 142.06º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F6CB is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 246 203 -
CMYK 0.28 0 0.17 0.04
HSL 142.06º 0.79% 0.83% -
HSV(B) 142.06º 0.28% 0.96% -
XYZ 62.1 79.69 68.61 -
YUV 220.77 117.97 97.5 -
System Red Green Blue C M Y K H S L
Decimal 178 246 203 0.28 0 0.17 0.04 142.06 0.79 0.83
Hex B2 F6 CB 1C 0 11 4 8E 4F 53
Octal 262 366 313 34 0 21 4 216 117 123
Binary 10110010 11110110 11001011 11100 0 10001 100 10001110 1001111 1010011

Color Harmonies of #B2F6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F6CB

Black with #B2F6CB

Text Example


Text Example

White with #B2F6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F6CB; }

 p { color: rgb(178,246,203); }

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

background-color css

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

 a { background-color: rgb(178,246,203); }

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

border-color css

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

 span { border-color: rgb(178,246,203); }

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