#B6F5CC

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

Shades of Magic Mint #B6F5CC

Tints of Magic Mint #B6F5CC

Color information

#B6F5CC (or 0xB6F5CC) is unknown color: approx Magic Mint. HEX triplet: B6, F5 and CC. RGB value is (182,245,204). Sum of RGB (Red+Green+Blue) = 182+245+204=631 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.84% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 245 - color contains mainly: green. Hex color #B6F5CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F5CC is #490A33. Grayscale: #DDDDDD. Windows color (decimal): -4786740 or 13432246. OLE color: 13432246.

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

Color convert

RGB182245204-
CMYK0.2600.170.04
HSL140.95º75.9%83.73%-
HSV(B)140.95º25.71%96.08%-
XYZ62.8479.6169.18-
YUV221.49118.1399.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.84%
GREEN value IS 245 (96.09% from 255) = 38.83%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=28.84%
G=38.83%
B=32.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822452040.2600.170.04140.9575.983.73
HexB6F5CC1A01148d4c54
Octal266365314320214215114124
Binary101101101111010111001100110100100011001000110110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F5CC; }

 p { color: rgb(182,245,204); }

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

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

 a { background-color: rgb(182,245,204); }

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

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

 span { border-color: rgb(182,245,204); }

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