Html Css Color HEX #B0F0CE Magic Mint

📋 copy color: '#B0F0CE'

red 176 ◦ green 240 ◦ blue 206

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

Shades of Magic Mint #B0F0CE

Tints of Magic Mint #B0F0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.12%

R = 28.3%
G = 38.59%
B = 33.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#B0F0CE (or 0xB0F0CE) is known color: Magic Mint. HEX triplet: B0, F0 and CE. RGB value is (176,240,206). Sum of RGB (Red+Green+Blue) = 176+240+206=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0CE is #4F0F31. Grayscale: #D9D9D9. Windows color (decimal): -5181234 or 13562032. OLE color: 13562032.

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

Color convert

RGB 176 240 206 -
CMYK 0.27 0 0.14 0.06
HSL 148.13º 0.68% 0.82% -
HSV(B) 148.13º 0.27% 0.94% -
XYZ 60.21 76.01 69.89 -
YUV 216.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 176 240 206 0.27 0 0.14 0.06 148.13 0.68 0.82
Hex B0 F0 CE 1B 0 E 6 94 44 52
Octal 260 360 316 33 0 16 6 224 104 122
Binary 10110000 11110000 11001110 11011 0 1110 110 10010100 1000100 1010010

Color Harmonies of #B0F0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F0CE

Black with #B0F0CE

Text Example


Text Example

White with #B0F0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F0CE; }

 p { color: rgb(176,240,206); }

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

background-color css

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

 a { background-color: rgb(176,240,206); }

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

border-color css

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

 span { border-color: rgb(176,240,206); }

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