Html Css Color HEX #B4F6CC Magic Mint

📋 copy color: '#B4F6CC'

red 180 ◦ green 246 ◦ blue 204

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

Shades of Magic Mint #B4F6CC

Tints of Magic Mint #B4F6CC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.05%

 BLUE value IS 204 (80.08% from 255) = 32.38%

R = 28.57%
G = 39.05%
B = 32.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#B4F6CC (or 0xB4F6CC) is known color: Magic Mint. HEX triplet: B4, F6 and CC. RGB value is (180,246,204). Sum of RGB (Red+Green+Blue) = 180+246+204=630 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.57% from 630); Green value is 246 (96.48% from 255 or 39.05% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F6CC is #4B0933. Grayscale: #DDDDDD. Windows color (decimal): -4917556 or 13432500. OLE color: 13432500.

HSL color Cylindrical-coordinate representation of color #B4F6CC: hue angle of 141.82º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F6CC is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 246 204 -
CMYK 0.27 0 0.17 0.04
HSL 141.82º 0.79% 0.84% -
HSV(B) 141.82º 0.27% 0.96% -
XYZ 62.68 79.97 69.26 -
YUV 221.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 180 246 204 0.27 0 0.17 0.04 141.82 0.79 0.84
Hex B4 F6 CC 1B 0 11 4 8E 4F 54
Octal 264 366 314 33 0 21 4 216 117 124
Binary 10110100 11110110 11001100 11011 0 10001 100 10001110 1001111 1010100

Color Harmonies of #B4F6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F6CC

Black with #B4F6CC

Text Example


Text Example

White with #B4F6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F6CC; }

 p { color: rgb(180,246,204); }

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

background-color css

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

 a { background-color: rgb(180,246,204); }

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

border-color css

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

 span { border-color: rgb(180,246,204); }

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