Html Css Color HEX #B2F3CF Magic Mint

📋 copy color: '#B2F3CF'

red 178 ◦ green 243 ◦ blue 207

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

Shades of Magic Mint #B2F3CF

Tints of Magic Mint #B2F3CF

RGB

 RED value IS 178 (69.92% from 255) = 28.34%

 GREEN value IS 243 (95.31% from 255) = 38.69%

 BLUE value IS 207 (81.25% from 255) = 32.96%

R = 28.34%
G = 38.69%
B = 32.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#B2F3CF (or 0xB2F3CF) is known color: Magic Mint. HEX triplet: B2, F3 and CF. RGB value is (178,243,207). Sum of RGB (Red+Green+Blue) = 178+243+207=628 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.34% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F3CF is #4D0C30. Grayscale: #DBDBDB. Windows color (decimal): -5049393 or 13628338. OLE color: 13628338.

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

Color convert

RGB 178 243 207 -
CMYK 0.27 0 0.15 0.05
HSL 146.77º 0.73% 0.83% -
HSV(B) 146.77º 0.27% 0.95% -
XYZ 61.67 78.07 70.85 -
YUV 219.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 178 243 207 0.27 0 0.15 0.05 146.77 0.73 0.83
Hex B2 F3 CF 1B 0 F 5 93 49 53
Octal 262 363 317 33 0 17 5 223 111 123
Binary 10110010 11110011 11001111 11011 0 1111 101 10010011 1001001 1010011

Color Harmonies of #B2F3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F3CF

Black with #B2F3CF

Text Example


Text Example

White with #B2F3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F3CF; }

 p { color: rgb(178,243,207); }

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

background-color css

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

 a { background-color: rgb(178,243,207); }

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

border-color css

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

 span { border-color: rgb(178,243,207); }

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