Html Css Color HEX #B4FFCA Magic Mint

📋 copy color: '#B4FFCA'

red 180 ◦ green 255 ◦ blue 202

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

Shades of Magic Mint #B4FFCA

Tints of Magic Mint #B4FFCA

RGB

 RED value IS 180 (70.7% from 255) = 28.26%

 GREEN value IS 255 (100% from 255) = 40.03%

 BLUE value IS 202 (79.3% from 255) = 31.71%

R = 28.26%
G = 40.03%
B = 31.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#B4FFCA (or 0xB4FFCA) is known color: Magic Mint. HEX triplet: B4, FF and CA. RGB value is (180,255,202). Sum of RGB (Red+Green+Blue) = 180+255+202=637 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.26% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFCA is #4B0035. Grayscale: #E2E2E2. Windows color (decimal): -4915254 or 13303732. OLE color: 13303732.

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

Color convert

RGB 180 255 202 -
CMYK 0.29 0 0.21 0
HSL 137.6º 1% 0.85% -
HSV(B) 137.6º 0.29% 1% -
XYZ 65.24 85.49 68.94 -
YUV 226.53 114.15 94.81 -
System Red Green Blue C M Y K H S L
Decimal 180 255 202 0.29 0 0.21 0 137.6 1 0.85
Hex B4 FF CA 1D 0 15 0 8A 64 55
Octal 264 377 312 35 0 25 0 212 144 125
Binary 10110100 11111111 11001010 11101 0 10101 0 10001010 1100100 1010101

Color Harmonies of #B4FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FFCA

Black with #B4FFCA

Text Example


Text Example

White with #B4FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FFCA; }

 p { color: rgb(180,255,202); }

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

background-color css

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

 a { background-color: rgb(180,255,202); }

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

border-color css

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

 span { border-color: rgb(180,255,202); }

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