Html Css Color HEX #B0E2CA Magic Mint

📋 copy color: '#B0E2CA'

red 176 ◦ green 226 ◦ blue 202

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

Shades of Magic Mint #B0E2CA

Tints of Magic Mint #B0E2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.42%

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

R = 29.14%
G = 37.42%
B = 33.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#B0E2CA (or 0xB0E2CA) is known color: Magic Mint. HEX triplet: B0, E2 and CA. RGB value is (176,226,202). Sum of RGB (Red+Green+Blue) = 176+226+202=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E2CA is #4F1D35. Grayscale: #D0D0D0. Windows color (decimal): -5184822 or 13296304. OLE color: 13296304.

HSL color Cylindrical-coordinate representation of color #B0E2CA: hue angle of 151.2º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E2CA is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 226 202 -
CMYK 0.22 0 0.11 0.11
HSL 151.2º 0.46% 0.79% -
HSV(B) 151.2º 0.22% 0.89% -
XYZ 55.76 67.89 66.04 -
YUV 208.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 176 226 202 0.22 0 0.11 0.11 151.2 0.46 0.79
Hex B0 E2 CA 16 0 B B 97 2E 4F
Octal 260 342 312 26 0 13 13 227 56 117
Binary 10110000 11100010 11001010 10110 0 1011 1011 10010111 101110 1001111

Color Harmonies of #B0E2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E2CA

Black with #B0E2CA

Text Example


Text Example

White with #B0E2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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