Html Css Color HEX #B4FCCF Magic Mint

📋 copy color: '#B4FCCF'

red 180 ◦ green 252 ◦ blue 207

#B4FCCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #B4FCCF

Tints of Magic Mint #B4FCCF

RGB

 RED value IS 180 (70.7% from 255) = 28.17%

 GREEN value IS 252 (98.83% from 255) = 39.44%

 BLUE value IS 207 (81.25% from 255) = 32.39%

R = 28.17%
G = 39.44%
B = 32.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#B4FCCF (or 0xB4FCCF) is known color: Magic Mint. HEX triplet: B4, FC and CF. RGB value is (180,252,207). Sum of RGB (Red+Green+Blue) = 180+252+207=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCCF is #4B0330. Grayscale: #E1E1E1. Windows color (decimal): -4916017 or 13630644. OLE color: 13630644.

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

Color convert

RGB 180 252 207 -
CMYK 0.29 0 0.18 0.01
HSL 142.5º 0.92% 0.85% -
HSV(B) 142.5º 0.29% 0.99% -
XYZ 64.9 83.83 71.79 -
YUV 225.34 117.65 95.66 -
System Red Green Blue C M Y K H S L
Decimal 180 252 207 0.29 0 0.18 0.01 142.5 0.92 0.85
Hex B4 FC CF 1D 0 12 1 8E 5C 55
Octal 264 374 317 35 0 22 1 216 134 125
Binary 10110100 11111100 11001111 11101 0 10010 1 10001110 1011100 1010101

Color Harmonies of #B4FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FCCF

Black with #B4FCCF

Text Example


Text Example

White with #B4FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FCCF; }

 p { color: rgb(180,252,207); }

 H1.HeaderClassName
 {
   color: #B4FCCF;
 }
 .AnyTagClassName
 {
   color: #B4FCCF;
 }
</style>

background-color css

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

 a { background-color: rgb(180,252,207); }

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

border-color css

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

 span { border-color: rgb(180,252,207); }

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