Html Css Color HEX #B0FDDC Magic Mint

📋 copy color: '#B0FDDC'

red 176 ◦ green 253 ◦ blue 220

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

Shades of Magic Mint #B0FDDC

Tints of Magic Mint #B0FDDC

RGB

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

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

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

R = 27.12%
G = 38.98%
B = 33.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#B0FDDC (or 0xB0FDDC) is known color: Magic Mint. HEX triplet: B0, FD and DC. RGB value is (176,253,220). Sum of RGB (Red+Green+Blue) = 176+253+220=649 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.12% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FDDC is #4F0223. Grayscale: #E2E2E2. Windows color (decimal): -5177892 or 14482864. OLE color: 14482864.

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

Color convert

RGB 176 253 220 -
CMYK 0.30 0 0.13 0.01
HSL 154.29º 0.95% 0.84% -
HSV(B) 154.29º 0.3% 0.99% -
XYZ 65.95 84.65 80.57 -
YUV 226.22 124.49 92.18 -
System Red Green Blue C M Y K H S L
Decimal 176 253 220 0.30 0 0.13 0.01 154.29 0.95 0.84
Hex B0 FD DC 1E 0 D 1 9A 5F 54
Octal 260 375 334 36 0 15 1 232 137 124
Binary 10110000 11111101 11011100 11110 0 1101 1 10011010 1011111 1010100

Color Harmonies of #B0FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FDDC

Black with #B0FDDC

Text Example


Text Example

White with #B0FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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