Html Css Color HEX #B2F0CC Magic Mint

📋 copy color: '#B2F0CC'

red 178 ◦ green 240 ◦ blue 204

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

Shades of Magic Mint #B2F0CC

Tints of Magic Mint #B2F0CC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.59%

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

R = 28.62%
G = 38.59%
B = 32.8%

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

#B2F0CC (or 0xB2F0CC) is known color: Magic Mint. HEX triplet: B2, F0 and CC. RGB value is (178,240,204). Sum of RGB (Red+Green+Blue) = 178+240+204=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F0CC is #4D0F33. Grayscale: #D9D9D9. Windows color (decimal): -5050164 or 13430962. OLE color: 13430962.

HSL color Cylindrical-coordinate representation of color #B2F0CC: hue angle of 145.16º degrees, saturation: 0.67, 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 #B2F0CC is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 240 204 -
CMYK 0.26 0 0.15 0.06
HSL 145.16º 0.67% 0.82% -
HSV(B) 145.16º 0.26% 0.94% -
XYZ 60.42 76.14 68.64 -
YUV 217.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 178 240 204 0.26 0 0.15 0.06 145.16 0.67 0.82
Hex B2 F0 CC 1A 0 F 6 91 43 52
Octal 262 360 314 32 0 17 6 221 103 122
Binary 10110010 11110000 11001100 11010 0 1111 110 10010001 1000011 1010010

Color Harmonies of #B2F0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F0CC

Black with #B2F0CC

Text Example


Text Example

White with #B2F0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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