Html Css Color HEX #B2FCDB Magic Mint

📋 copy color: '#B2FCDB'

red 178 ◦ green 252 ◦ blue 219

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

Shades of Magic Mint #B2FCDB

Tints of Magic Mint #B2FCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.83%

 BLUE value IS 219 (85.94% from 255) = 33.74%

R = 27.43%
G = 38.83%
B = 33.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#B2FCDB (or 0xB2FCDB) is known color: Magic Mint. HEX triplet: B2, FC and DB. RGB value is (178,252,219). Sum of RGB (Red+Green+Blue) = 178+252+219=649 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.43% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCDB is #4D0324. Grayscale: #E2E2E2. Windows color (decimal): -5047077 or 14417074. OLE color: 14417074.

HSL color Cylindrical-coordinate representation of color #B2FCDB: hue angle of 153.24º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCDB is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 252 219 -
CMYK 0.29 0 0.13 0.01
HSL 153.24º 0.93% 0.84% -
HSV(B) 153.24º 0.29% 0.99% -
XYZ 65.96 84.2 79.79 -
YUV 226.11 123.98 93.68 -
System Red Green Blue C M Y K H S L
Decimal 178 252 219 0.29 0 0.13 0.01 153.24 0.93 0.84
Hex B2 FC DB 1D 0 D 1 99 5C 54
Octal 262 374 333 35 0 15 1 231 134 124
Binary 10110010 11111100 11011011 11101 0 1101 1 10011001 1011100 1010100

Color Harmonies of #B2FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCDB

Black with #B2FCDB

Text Example


Text Example

White with #B2FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCDB; }

 p { color: rgb(178,252,219); }

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

background-color css

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

 a { background-color: rgb(178,252,219); }

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

border-color css

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

 span { border-color: rgb(178,252,219); }

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