#B6F4CF

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

Shades of Magic Mint #B6F4CF

Tints of Magic Mint #B6F4CF

Color information

#B6F4CF (or 0xB6F4CF) is unknown color: approx Magic Mint. HEX triplet: B6, F4 and CF. RGB value is (182,244,207). Sum of RGB (Red+Green+Blue) = 182+244+207=633 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.75% from 633); Green value is 244 (95.70% from 255 or 38.55% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 244 - color contains mainly: green. Hex color #B6F4CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F4CF is #490B30. Grayscale: #DDDDDD. Windows color (decimal): -4786993 or 13628598. OLE color: 13628598.

HSL color Cylindrical-coordinate representation of color #B6F4CF: hue angle of 144.19º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F4CF is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB182244207-
CMYK0.2500.150.04
HSL144.19º73.81%83.53%-
HSV(B)144.19º25.41%95.69%-
XYZ62.979.1570.99-
YUV221.24119.96100.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.75%
GREEN value IS 244 (95.70% from 255) = 38.55%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=28.75%
G=38.55%
B=32.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822442070.2500.150.04144.1973.8183.53
HexB6F4CF190F4904a54
Octal266364317310174220112124
Binary10110110111101001100111111001011111001001000010010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F4CF; }

 p { color: rgb(182,244,207); }

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

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

 a { background-color: rgb(182,244,207); }

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

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

 span { border-color: rgb(182,244,207); }

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