Html Css Color HEX #B0F7CB Magic Mint

📋 copy color: '#B0F7CB'

red 176 ◦ green 247 ◦ blue 203

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

Shades of Magic Mint #B0F7CB

Tints of Magic Mint #B0F7CB

RGB

 RED value IS 176 (69.14% from 255) = 28.12%

 GREEN value IS 247 (96.88% from 255) = 39.46%

 BLUE value IS 203 (79.69% from 255) = 32.43%

R = 28.12%
G = 39.46%
B = 32.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#B0F7CB (or 0xB0F7CB) is known color: Magic Mint. HEX triplet: B0, F7 and CB. RGB value is (176,247,203). Sum of RGB (Red+Green+Blue) = 176+247+203=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F7CB is #4F0834. Grayscale: #DCDCDC. Windows color (decimal): -5179445 or 13367216. OLE color: 13367216.

HSL color Cylindrical-coordinate representation of color #B0F7CB: hue angle of 142.82º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7CB is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 247 203 -
CMYK 0.29 0 0.18 0.03
HSL 142.82º 0.82% 0.83% -
HSV(B) 142.82º 0.29% 0.97% -
XYZ 61.94 80.06 68.69 -
YUV 220.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 176 247 203 0.29 0 0.18 0.03 142.82 0.82 0.83
Hex B0 F7 CB 1D 0 12 3 8F 52 53
Octal 260 367 313 35 0 22 3 217 122 123
Binary 10110000 11110111 11001011 11101 0 10010 11 10001111 1010010 1010011

Color Harmonies of #B0F7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F7CB

Black with #B0F7CB

Text Example


Text Example

White with #B0F7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F7CB; }

 p { color: rgb(176,247,203); }

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

background-color css

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

 a { background-color: rgb(176,247,203); }

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

border-color css

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

 span { border-color: rgb(176,247,203); }

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