#B2F3CF

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

Shades of Magic Mint #B2F3CF

Tints of Magic Mint #B2F3CF

Color information

#B2F3CF (or 0xB2F3CF) is unknown color: approx Magic Mint. HEX triplet: B2, F3 and CF. RGB value is (178,243,207). Sum of RGB (Red+Green+Blue) = 178+243+207=628 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.34% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F3CF is #4D0C30. Grayscale: #DBDBDB. Windows color (decimal): -5049393 or 13628338. OLE color: 13628338.

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

Color convert

RGB178243207-
CMYK0.2700.150.05
HSL146.77º73.03%82.55%-
HSV(B)146.77º26.75%95.29%-
XYZ61.6778.0770.85-
YUV219.46120.9798.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.34%
GREEN value IS 243 (95.31% from 255) = 38.69%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=28.34%
G=38.69%
B=32.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782432070.2700.150.05146.7773.0382.55
HexB2F3CF1B0F5934953
Octal262363317330175223111123
Binary10110010111100111100111111011011111011001001110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F3CF; }

 p { color: rgb(178,243,207); }

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

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

 a { background-color: rgb(178,243,207); }

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

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

 span { border-color: rgb(178,243,207); }

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