#B2F2CD

Color #B2F2CD Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B2F2CD

Tints of Magic Mint #B2F2CD

Color information

#B2F2CD (or 0xB2F2CD) is unknown color: approx Magic Mint. HEX triplet: B2, F2 and CD. RGB value is (178,242,205). Sum of RGB (Red+Green+Blue) = 178+242+205=625 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.48% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F2CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F2CD is #4D0D32. Grayscale: #DADADA. Windows color (decimal): -5049651 or 13497010. OLE color: 13497010.

HSL color Cylindrical-coordinate representation of color #B2F2CD: hue angle of 145.31º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F2CD is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB178242205-
CMYK0.2600.150.05
HSL145.31º71.11%82.35%-
HSV(B)145.31º26.45%94.9%-
XYZ61.1377.3869.47-
YUV218.65120.399.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.48%
GREEN value IS 242 (94.92% from 255) = 38.72%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=28.48%
G=38.72%
B=32.8%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782422050.2600.150.05145.3171.1182.35
HexB2F2CD1A0F5914752
Octal262362315320175221107122
Binary10110010111100101100110111010011111011001000110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F2CD; }

 p { color: rgb(178,242,205); }

 H1.HeaderClassName
 {
   color: #B2F2CD;
 }
 .AnyTagClassName
 {
   color: #B2F2CD;
 }
</style>
background-color css

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

 a { background-color: rgb(178,242,205); }

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

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

 span { border-color: rgb(178,242,205); }

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