Html Css Color HEX #B0FDCD Magic Mint

📋 copy color: '#B0FDCD'

red 176 ◦ green 253 ◦ blue 205

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

Shades of Magic Mint #B0FDCD

Tints of Magic Mint #B0FDCD

RGB

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

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

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

R = 27.76%
G = 39.91%
B = 32.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#B0FDCD (or 0xB0FDCD) is known color: Magic Mint. HEX triplet: B0, FD and CD. RGB value is (176,253,205). Sum of RGB (Red+Green+Blue) = 176+253+205=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FDCD is #4F0232. Grayscale: #E0E0E0. Windows color (decimal): -5177907 or 13499824. OLE color: 13499824.

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

Color convert

RGB 176 253 205 -
CMYK 0.30 0 0.19 0.01
HSL 142.6º 0.95% 0.84% -
HSV(B) 142.6º 0.3% 0.99% -
XYZ 64.05 83.89 70.57 -
YUV 224.51 116.99 93.4 -
System Red Green Blue C M Y K H S L
Decimal 176 253 205 0.30 0 0.19 0.01 142.6 0.95 0.84
Hex B0 FD CD 1E 0 13 1 8F 5F 54
Octal 260 375 315 36 0 23 1 217 137 124
Binary 10110000 11111101 11001101 11110 0 10011 1 10001111 1011111 1010100

Color Harmonies of #B0FDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FDCD

Black with #B0FDCD

Text Example


Text Example

White with #B0FDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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