#B3F3CC

Color #B3F3CC Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B3F3CC

Tints of Magic Mint #B3F3CC

Color information

#B3F3CC (or 0xB3F3CC) is unknown color: approx Magic Mint. HEX triplet: B3, F3 and CC. RGB value is (179,243,204). Sum of RGB (Red+Green+Blue) = 179+243+204=626 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.59% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F3CC is #4C0C33. Grayscale: #DBDBDB. Windows color (decimal): -4983860 or 13431731. OLE color: 13431731.

HSL color Cylindrical-coordinate representation of color #B3F3CC: hue angle of 143.44º degrees, saturation: 0.73, 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 #B3F3CC is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB179243204-
CMYK0.2600.160.05
HSL143.44º72.73%82.75%-
HSV(B)143.44º26.34%95.29%-
XYZ61.5478.0468.95-
YUV219.42119.399.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.59%
GREEN value IS 243 (95.31% from 255) = 38.82%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=28.59%
G=38.82%
B=32.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792432040.2600.160.05143.4472.7382.75
HexB3F3CC1A01058f4953
Octal263363314320205217111123
Binary101100111111001111001100110100100001011000111110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F3CC; }

 p { color: rgb(179,243,204); }

 H1.HeaderClassName
 {
   color: #B3F3CC;
 }
 .AnyTagClassName
 {
   color: #B3F3CC;
 }
</style>
background-color css

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

 a { background-color: rgb(179,243,204); }

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

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

 span { border-color: rgb(179,243,204); }

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