Html Css Color HEX #B2EFCC Magic Mint

📋 copy color: '#B2EFCC'

red 178 ◦ green 239 ◦ blue 204

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

Shades of Magic Mint #B2EFCC

Tints of Magic Mint #B2EFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.49%

 BLUE value IS 204 (80.08% from 255) = 32.85%

R = 28.66%
G = 38.49%
B = 32.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#B2EFCC (or 0xB2EFCC) is known color: Magic Mint. HEX triplet: B2, EF and CC. RGB value is (178,239,204). Sum of RGB (Red+Green+Blue) = 178+239+204=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFCC is #4D1033. Grayscale: #D8D8D8. Windows color (decimal): -5050420 or 13430706. OLE color: 13430706.

HSL color Cylindrical-coordinate representation of color #B2EFCC: hue angle of 145.57º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFCC is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 239 204 -
CMYK 0.26 0 0.15 0.06
HSL 145.57º 0.66% 0.82% -
HSV(B) 145.57º 0.26% 0.94% -
XYZ 60.13 75.56 68.54 -
YUV 216.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 178 239 204 0.26 0 0.15 0.06 145.57 0.66 0.82
Hex B2 EF CC 1A 0 F 6 92 42 52
Octal 262 357 314 32 0 17 6 222 102 122
Binary 10110010 11101111 11001100 11010 0 1111 110 10010010 1000010 1010010

Color Harmonies of #B2EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFCC

Black with #B2EFCC

Text Example


Text Example

White with #B2EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFCC; }

 p { color: rgb(178,239,204); }

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

background-color css

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

 a { background-color: rgb(178,239,204); }

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

border-color css

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

 span { border-color: rgb(178,239,204); }

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