Html Css Color HEX #B2F1CF Magic Mint

📋 copy color: '#B2F1CF'

red 178 ◦ green 241 ◦ blue 207

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

Shades of Magic Mint #B2F1CF

Tints of Magic Mint #B2F1CF

RGB

 RED value IS 178 (69.92% from 255) = 28.43%

 GREEN value IS 241 (94.53% from 255) = 38.5%

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

R = 28.43%
G = 38.5%
B = 33.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#B2F1CF (or 0xB2F1CF) is known color: Magic Mint. HEX triplet: B2, F1 and CF. RGB value is (178,241,207). Sum of RGB (Red+Green+Blue) = 178+241+207=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F1CF is #4D0E30. Grayscale: #DADADA. Windows color (decimal): -5049905 or 13627826. OLE color: 13627826.

HSL color Cylindrical-coordinate representation of color #B2F1CF: hue angle of 147.62º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F1CF is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 241 207 -
CMYK 0.26 0 0.14 0.05
HSL 147.62º 0.69% 0.82% -
HSV(B) 147.62º 0.26% 0.95% -
XYZ 61.08 76.88 70.65 -
YUV 218.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 178 241 207 0.26 0 0.14 0.05 147.62 0.69 0.82
Hex B2 F1 CF 1A 0 E 5 94 45 52
Octal 262 361 317 32 0 16 5 224 105 122
Binary 10110010 11110001 11001111 11010 0 1110 101 10010100 1000101 1010010

Color Harmonies of #B2F1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F1CF

Black with #B2F1CF

Text Example


Text Example

White with #B2F1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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