Html Css Color HEX #B4F8CA Magic Mint

📋 copy color: '#B4F8CA'

red 180 ◦ green 248 ◦ blue 202

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

Shades of Magic Mint #B4F8CA

Tints of Magic Mint #B4F8CA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.37%

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

R = 28.57%
G = 39.37%
B = 32.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#B4F8CA (or 0xB4F8CA) is known color: Magic Mint. HEX triplet: B4, F8 and CA. RGB value is (180,248,202). Sum of RGB (Red+Green+Blue) = 180+248+202=630 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.57% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F8CA is #4B0735. Grayscale: #DEDEDE. Windows color (decimal): -4917046 or 13301940. OLE color: 13301940.

HSL color Cylindrical-coordinate representation of color #B4F8CA: hue angle of 139.41º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F8CA is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 248 202 -
CMYK 0.27 0 0.19 0.03
HSL 139.41º 0.83% 0.84% -
HSV(B) 139.41º 0.27% 0.97% -
XYZ 63.05 81.1 68.21 -
YUV 222.42 116.47 97.74 -
System Red Green Blue C M Y K H S L
Decimal 180 248 202 0.27 0 0.19 0.03 139.41 0.83 0.84
Hex B4 F8 CA 1B 0 13 3 8B 53 54
Octal 264 370 312 33 0 23 3 213 123 124
Binary 10110100 11111000 11001010 11011 0 10011 11 10001011 1010011 1010100

Color Harmonies of #B4F8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F8CA

Black with #B4F8CA

Text Example


Text Example

White with #B4F8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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