Html Css Color HEX #B4F2CA Magic Mint

📋 copy color: '#B4F2CA'

red 180 ◦ green 242 ◦ blue 202

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

Shades of Magic Mint #B4F2CA

Tints of Magic Mint #B4F2CA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.78%

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

R = 28.85%
G = 38.78%
B = 32.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#B4F2CA (or 0xB4F2CA) is known color: Magic Mint. HEX triplet: B4, F2 and CA. RGB value is (180,242,202). Sum of RGB (Red+Green+Blue) = 180+242+202=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F2CA is #4B0D35. Grayscale: #DBDBDB. Windows color (decimal): -4918582 or 13300404. OLE color: 13300404.

HSL color Cylindrical-coordinate representation of color #B4F2CA: hue angle of 141.29º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F2CA is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 242 202 -
CMYK 0.26 0 0.17 0.05
HSL 141.29º 0.7% 0.83% -
HSV(B) 141.29º 0.26% 0.95% -
XYZ 61.24 77.47 67.6 -
YUV 218.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 180 242 202 0.26 0 0.17 0.05 141.29 0.7 0.83
Hex B4 F2 CA 1A 0 11 5 8D 46 53
Octal 264 362 312 32 0 21 5 215 106 123
Binary 10110100 11110010 11001010 11010 0 10001 101 10001101 1000110 1010011

Color Harmonies of #B4F2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F2CA

Black with #B4F2CA

Text Example


Text Example

White with #B4F2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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