Html Css Color HEX #B3FDDC Magic Mint

📋 copy color: '#B3FDDC'

red 179 ◦ green 253 ◦ blue 220

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

Shades of Magic Mint #B3FDDC

Tints of Magic Mint #B3FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.8%

 BLUE value IS 220 (86.33% from 255) = 33.74%

R = 27.45%
G = 38.8%
B = 33.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#B3FDDC (or 0xB3FDDC) is known color: Magic Mint. HEX triplet: B3, FD and DC. RGB value is (179,253,220). Sum of RGB (Red+Green+Blue) = 179+253+220=652 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.45% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FDDC is #4C0223. Grayscale: #E3E3E3. Windows color (decimal): -4981284 or 14482867. OLE color: 14482867.

HSL color Cylindrical-coordinate representation of color #B3FDDC: hue angle of 153.24º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FDDC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 253 220 -
CMYK 0.29 0 0.13 0.01
HSL 153.24º 0.95% 0.85% -
HSV(B) 153.24º 0.29% 0.99% -
XYZ 66.63 85 80.61 -
YUV 227.11 123.98 93.68 -
System Red Green Blue C M Y K H S L
Decimal 179 253 220 0.29 0 0.13 0.01 153.24 0.95 0.85
Hex B3 FD DC 1D 0 D 1 99 5F 55
Octal 263 375 334 35 0 15 1 231 137 125
Binary 10110011 11111101 11011100 11101 0 1101 1 10011001 1011111 1010101

Color Harmonies of #B3FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FDDC

Black with #B3FDDC

Text Example


Text Example

White with #B3FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FDDC; }

 p { color: rgb(179,253,220); }

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

background-color css

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

 a { background-color: rgb(179,253,220); }

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

border-color css

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

 span { border-color: rgb(179,253,220); }

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