Html Css Color HEX #B0EFCC Magic Mint

📋 copy color: '#B0EFCC'

red 176 ◦ green 239 ◦ blue 204

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

Shades of Magic Mint #B0EFCC

Tints of Magic Mint #B0EFCC

RGB

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

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

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

R = 28.43%
G = 38.61%
B = 32.96%

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

#B0EFCC (or 0xB0EFCC) is known color: Magic Mint. HEX triplet: B0, EF and CC. RGB value is (176,239,204). Sum of RGB (Red+Green+Blue) = 176+239+204=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFCC is #4F1033. Grayscale: #D8D8D8. Windows color (decimal): -5181492 or 13430704. OLE color: 13430704.

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

Color convert

RGB 176 239 204 -
CMYK 0.26 0 0.15 0.06
HSL 146.67º 0.66% 0.81% -
HSV(B) 146.67º 0.26% 0.94% -
XYZ 59.67 75.32 68.52 -
YUV 216.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 176 239 204 0.26 0 0.15 0.06 146.67 0.66 0.81
Hex B0 EF CC 1A 0 F 6 93 42 51
Octal 260 357 314 32 0 17 6 223 102 121
Binary 10110000 11101111 11001100 11010 0 1111 110 10010011 1000010 1010001

Color Harmonies of #B0EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFCC

Black with #B0EFCC

Text Example


Text Example

White with #B0EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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