#B7FDCF

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

Shades of Magic Mint #B7FDCF

Tints of Magic Mint #B7FDCF

Color information

#B7FDCF (or 0xB7FDCF) is unknown color: approx Magic Mint. HEX triplet: B7, FD and CF. RGB value is (183,253,207). Sum of RGB (Red+Green+Blue) = 183+253+207=643 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.46% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #B7FDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FDCF is #480230. Grayscale: #E2E2E2. Windows color (decimal): -4719153 or 13630903. OLE color: 13630903.

HSL color Cylindrical-coordinate representation of color #B7FDCF: hue angle of 140.57º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FDCF is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB183253207-
CMYK0.2800.180.01
HSL140.57º94.59%85.49%-
HSV(B)140.57º27.67%99.22%-
XYZ65.9284.8271.93-
YUV226.83116.8196.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.46%
GREEN value IS 253 (99.22% from 255) = 39.35%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=28.46%
G=39.35%
B=32.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832532070.2800.180.01140.5794.5985.49
HexB7FDCF1C01218d5f55
Octal267375317340221215137125
Binary1011011111111101110011111110001001011000110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FDCF; }

 p { color: rgb(183,253,207); }

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

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

 a { background-color: rgb(183,253,207); }

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

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

 span { border-color: rgb(183,253,207); }

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