Html Css Color HEX #B2ECCC Magic Mint

📋 copy color: '#B2ECCC'

red 178 ◦ green 236 ◦ blue 204

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

Shades of Magic Mint #B2ECCC

Tints of Magic Mint #B2ECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.19%

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

R = 28.8%
G = 38.19%
B = 33.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#B2ECCC (or 0xB2ECCC) is known color: Magic Mint. HEX triplet: B2, EC and CC. RGB value is (178,236,204). Sum of RGB (Red+Green+Blue) = 178+236+204=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECCC is #4D1333. Grayscale: #D7D7D7. Windows color (decimal): -5051188 or 13429938. OLE color: 13429938.

HSL color Cylindrical-coordinate representation of color #B2ECCC: hue angle of 146.9º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2ECCC is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 236 204 -
CMYK 0.25 0 0.14 0.07
HSL 146.9º 0.6% 0.81% -
HSV(B) 146.9º 0.25% 0.93% -
XYZ 59.25 73.82 68.25 -
YUV 215.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 178 236 204 0.25 0 0.14 0.07 146.9 0.6 0.81
Hex B2 EC CC 19 0 E 7 93 3C 51
Octal 262 354 314 31 0 16 7 223 74 121
Binary 10110010 11101100 11001100 11001 0 1110 111 10010011 111100 1010001

Color Harmonies of #B2ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ECCC

Black with #B2ECCC

Text Example


Text Example

White with #B2ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ECCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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