Html Css Color HEX #B0FDDF Magic Mint

📋 copy color: '#B0FDDF'

red 176 ◦ green 253 ◦ blue 223

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

Shades of Magic Mint #B0FDDF

Tints of Magic Mint #B0FDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.2%

R = 26.99%
G = 38.8%
B = 34.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#B0FDDF (or 0xB0FDDF) is known color: Magic Mint. HEX triplet: B0, FD and DF. RGB value is (176,253,223). Sum of RGB (Red+Green+Blue) = 176+253+223=652 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.99% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FDDF is #4F0220. Grayscale: #E2E2E2. Windows color (decimal): -5177889 or 14679472. OLE color: 14679472.

HSL color Cylindrical-coordinate representation of color #B0FDDF: hue angle of 156.62º 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 #B0FDDF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 253 223 -
CMYK 0.30 0 0.12 0.01
HSL 156.62º 0.95% 0.84% -
HSV(B) 156.62º 0.3% 0.99% -
XYZ 66.35 84.81 82.68 -
YUV 226.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 176 253 223 0.30 0 0.12 0.01 156.62 0.95 0.84
Hex B0 FD DF 1E 0 C 1 9D 5F 54
Octal 260 375 337 36 0 14 1 235 137 124
Binary 10110000 11111101 11011111 11110 0 1100 1 10011101 1011111 1010100

Color Harmonies of #B0FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FDDF

Black with #B0FDDF

Text Example


Text Example

White with #B0FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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