Html Css Color HEX #B0EDD4 Magic Mint

📋 copy color: '#B0EDD4'

red 176 ◦ green 237 ◦ blue 212

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

Shades of Magic Mint #B0EDD4

Tints of Magic Mint #B0EDD4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.92%

 BLUE value IS 212 (83.2% from 255) = 33.92%

R = 28.16%
G = 37.92%
B = 33.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#B0EDD4 (or 0xB0EDD4) is known color: Magic Mint. HEX triplet: B0, ED and D4. RGB value is (176,237,212). Sum of RGB (Red+Green+Blue) = 176+237+212=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDD4 is #4F122B. Grayscale: #D7D7D7. Windows color (decimal): -5181996 or 13954480. OLE color: 13954480.

HSL color Cylindrical-coordinate representation of color #B0EDD4: hue angle of 155.41º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EDD4 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 237 212 -
CMYK 0.26 0 0.11 0.07
HSL 155.41º 0.63% 0.81% -
HSV(B) 155.41º 0.26% 0.93% -
XYZ 60.07 74.55 73.51 -
YUV 215.91 125.79 99.53 -
System Red Green Blue C M Y K H S L
Decimal 176 237 212 0.26 0 0.11 0.07 155.41 0.63 0.81
Hex B0 ED D4 1A 0 B 7 9B 3F 51
Octal 260 355 324 32 0 13 7 233 77 121
Binary 10110000 11101101 11010100 11010 0 1011 111 10011011 111111 1010001

Color Harmonies of #B0EDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EDD4

Black with #B0EDD4

Text Example


Text Example

White with #B0EDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EDD4; }

 p { color: rgb(176,237,212); }

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

background-color css

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

 a { background-color: rgb(176,237,212); }

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

border-color css

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

 span { border-color: rgb(176,237,212); }

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