Html Css Color HEX #B4EDD4 Magic Mint

📋 copy color: '#B4EDD4'

red 180 ◦ green 237 ◦ blue 212

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

Shades of Magic Mint #B4EDD4

Tints of Magic Mint #B4EDD4

RGB

 RED value IS 180 (70.7% from 255) = 28.62%

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

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

R = 28.62%
G = 37.68%
B = 33.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#B4EDD4 (or 0xB4EDD4) is known color: Magic Mint. HEX triplet: B4, ED and D4. RGB value is (180,237,212). Sum of RGB (Red+Green+Blue) = 180+237+212=629 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.62% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDD4 is #4B122B. Grayscale: #D9D9D9. Windows color (decimal): -4919852 or 13954484. OLE color: 13954484.

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

Color convert

RGB 180 237 212 -
CMYK 0.24 0 0.11 0.07
HSL 153.68º 0.61% 0.82% -
HSV(B) 153.68º 0.24% 0.93% -
XYZ 60.99 75.03 73.55 -
YUV 217.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 180 237 212 0.24 0 0.11 0.07 153.68 0.61 0.82
Hex B4 ED D4 18 0 B 7 9A 3D 52
Octal 264 355 324 30 0 13 7 232 75 122
Binary 10110100 11101101 11010100 11000 0 1011 111 10011010 111101 1010010

Color Harmonies of #B4EDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EDD4

Black with #B4EDD4

Text Example


Text Example

White with #B4EDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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