Html Css Color HEX #B3EFCD Magic Mint

📋 copy color: '#B3EFCD'

red 179 ◦ green 239 ◦ blue 205

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

Shades of Magic Mint #B3EFCD

Tints of Magic Mint #B3EFCD

RGB

 RED value IS 179 (70.31% from 255) = 28.73%

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

 BLUE value IS 205 (80.47% from 255) = 32.91%

R = 28.73%
G = 38.36%
B = 32.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#B3EFCD (or 0xB3EFCD) is known color: Magic Mint. HEX triplet: B3, EF and CD. RGB value is (179,239,205). Sum of RGB (Red+Green+Blue) = 179+239+205=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFCD is #4C1032. Grayscale: #D9D9D9. Windows color (decimal): -4984883 or 13496243. OLE color: 13496243.

HSL color Cylindrical-coordinate representation of color #B3EFCD: hue angle of 146º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFCD is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 239 205 -
CMYK 0.25 0 0.14 0.06
HSL 146º 0.65% 0.82% -
HSV(B) 146º 0.25% 0.94% -
XYZ 60.48 75.72 69.19 -
YUV 217.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 179 239 205 0.25 0 0.14 0.06 146 0.65 0.82
Hex B3 EF CD 19 0 E 6 92 41 52
Octal 263 357 315 31 0 16 6 222 101 122
Binary 10110011 11101111 11001101 11001 0 1110 110 10010010 1000001 1010010

Color Harmonies of #B3EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EFCD

Black with #B3EFCD

Text Example


Text Example

White with #B3EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EFCD; }

 p { color: rgb(179,239,205); }

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

background-color css

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

 a { background-color: rgb(179,239,205); }

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

border-color css

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

 span { border-color: rgb(179,239,205); }

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