Html Css Color HEX #B0EBCA Magic Mint

📋 copy color: '#B0EBCA'

red 176 ◦ green 235 ◦ blue 202

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

Shades of Magic Mint #B0EBCA

Tints of Magic Mint #B0EBCA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.34%

 BLUE value IS 202 (79.3% from 255) = 32.95%

R = 28.71%
G = 38.34%
B = 32.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#B0EBCA (or 0xB0EBCA) is known color: Magic Mint. HEX triplet: B0, EB and CA. RGB value is (176,235,202). Sum of RGB (Red+Green+Blue) = 176+235+202=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBCA is #4F1435. Grayscale: #D5D5D5. Windows color (decimal): -5182518 or 13298608. OLE color: 13298608.

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

Color convert

RGB 176 235 202 -
CMYK 0.25 0 0.14 0.08
HSL 146.44º 0.6% 0.81% -
HSV(B) 146.44º 0.25% 0.92% -
XYZ 58.27 72.91 66.88 -
YUV 213.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 176 235 202 0.25 0 0.14 0.08 146.44 0.6 0.81
Hex B0 EB CA 19 0 E 8 92 3C 51
Octal 260 353 312 31 0 16 10 222 74 121
Binary 10110000 11101011 11001010 11001 0 1110 1000 10010010 111100 1010001

Color Harmonies of #B0EBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBCA

Black with #B0EBCA

Text Example


Text Example

White with #B0EBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBCA; }

 p { color: rgb(176,235,202); }

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

background-color css

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

 a { background-color: rgb(176,235,202); }

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

border-color css

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

 span { border-color: rgb(176,235,202); }

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